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)