From a351ba9706afbdb9e1b8a32cec23e7ff57944db1 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 15 Dec 2021 22:09:01 +0200 Subject: [PATCH] CHANGELOG.md: add notes about ftfy --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f164581..11e193b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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