diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d10b11..83ceb412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to charset-normalizer will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [3.4.1](https://github.com/Ousret/charset_normalizer/compare/3.4.0...master) (2024-12-24) +## [3.4.1](https://github.com/Ousret/charset_normalizer/compare/3.4.0...3.4.1) (2024-12-24) ### Changed - Project metadata are now stored using `pyproject.toml` instead of `setup.cfg` using setuptools as the build backend. @@ -19,7 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - unused `utils.unicode_range` function. ### Fixed -- converting content to Unicode bytes may insert non-IANA compliant encoding name (e.g. `utf_8` instead of `utf-8`). (#572) +- converting content to Unicode bytes may insert `utf_8` instead of preferred `utf-8`. (#572) ## [3.4.0](https://github.com/Ousret/charset_normalizer/compare/3.3.2...3.4.0) (2024-10-08)