diff --git a/UPGRADING.md b/UPGRADING.md index 3bd7e5a0..b598b4f7 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -14,10 +14,8 @@ The following filters were removed: - `AutolinkFilter`: this is handled by [Commonmarker](https://www.github.com/gjtorikian/commonmarker) and can be disabled/enabled through the `MarkdownFilter`'s `context` hash - `SanitizationFilter`: this is handled by [Selma](https://www.github.com/gjtorikian/selma); configuration can be done through the `sanitization_config` hash - - `EmailReplyFilter` - `CamoFilter` -- `TextFilter` ### Changed API