CHANGELOG.md: add notes about ftfy

This commit is contained in:
Alan Orth 2021-12-15 22:09:01 +02:00
parent e4faf114dc
commit a351ba9706
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Changed
- Perform fix for "unnecessary" Unicode characters after we try to fix encoding
issues with ftfy
- ftfy heuristics to use `is_bad()` instead of `sequence_weirdness()`
- ftfy `fix_text()` to *not* change “smart quotes” to "ASCII quotes"
## Updated
- Python dependencies
## [0.5.0] - 2021-12-08
### Added