3.4.0
:heavy_check_mark: Rename dir test to tests
:bug: relax TypeError with a CharsetMatch instance when trying to compare it with anything else than a CharsetMatch instance (#444)
:sparkle: Allow to execute the CLI (e.g. normalizer) through python -m charset_normalizer.cli (#327)
:sparkle: Support for alternative language frequency set
Version 2.0 - Candidate (#45)
:heavy_check_mark: Add tests for previous issue 520, 509 and 498
:wrench: Make the language detection stricter
Fix issue 289, add function is_binary, add explicit support py 3.12 (#306)
:bug: Regression on some detection case showcased in the documentation (#371) (#378)
Update test_logging.py (#239)
:sparkle: Patch declared charset when explicitly converting a CharsetMatch to Unicode bytes.
Revise the logger instanciation/initial handlers (#135)