Charset Normalizer v2.0.8 Release Notes

Release Date: 2021-11-24 // over 2 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improvement over Vietnamese detection (PR #126)
    • MD improvement on trailing data and long foreign (non-pure latin) data (PR #124)
    • Efficiency improvements in cd/alphabet_languages from @adbar (PR #122)
    • call sum() without an intermediary list following PEP 289 recommendations from @adbar (PR #129)
    • ๐Ÿ’… Code style as refactored by Sourcery-AI (PR #131)
    • Minor adjustment on the MD around european words (PR #133)
    • โœ‚ Remove and replace SRTs from assets / tests (PR #139)
    • ๐ŸŽ‰ Initialize the library logger with a NullHandler by default from @nmaynes (PR #135)
    • Setting kwarg explain to True will add provisionally (bounded to function lifespan) a specific stream handler (PR #135)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix large (misleading) sequence giving UnicodeDecodeError (PR #137)
    • Avoid using too insignificant chunk (PR #137)

    โž• Added

    • ๐ŸŒฒ Add and expose function set_logging_handler to configure a specific StreamHandler from @nmaynes (PR #135)
    • โž• Add CHANGELOG.md entries, format is based on Keep a Changelog (PR #141)