Charset Normalizer v2.1.0 Release Notes

Release Date: 2022-06-19 // almost 2 years ago
  • โž• Added

    • Output the Unicode table version when running the CLI with --version (PR #194)

    ๐Ÿ”„ Changed

    • Re-use decoded buffer for single byte character sets from @nijel (PR #175)
    • ๐Ÿ›  Fixing some performance bottlenecks from @deedy5 (PR #183)

    ๐Ÿ›  Fixed

    • โ†ช Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (PR #175)
    • 0๏ธโƒฃ CLI default threshold aligned with the API threshold from @oleksandr-kuzmenko (PR #181)

    โœ‚ Removed

    • ๐Ÿ‘Œ Support for Python 3.5 (PR #192)

    ๐Ÿ—„ Deprecated

    • โฑ Use of backport unicodedata from unicodedata2 as Python is quickly catching up, scheduled for removal in 3.0 (PR #194)