Charset Normalizer v2.0.1 Release Notes

Release Date: 2021-07-13 // over 1 year ago
  • ๐Ÿ›  Fixed

    • ๐Ÿฑ Make it work where there isn't a filesystem available, dropping assets frequencies.json. Report from @sethmlarson. (PR #55)
    • Using explain=False permanently disable the verbose output in the current runtime (PR #47)
    • ๐Ÿ”Š One log entry (language target preemptive) was not show in logs when using explain=True (PR #47)
    • ๐Ÿ›  Fix undesired exception (ValueError) on getitem of instance CharsetMatches (PR #52)

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Public function normalize default args values were not aligned with from_bytes (PR #53)

    โž• Added

    • You may now use charset aliases in cp_isolation and cp_exclusion arguments (PR #47)