Skip to content

Commit 1ec7c06

Browse files
committed
🔧 update changelog
1 parent 14b4649 commit 1ec7c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
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).
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5-
## [3.4.1](https://github.com/Ousret/charset_normalizer/compare/3.4.0...master) (2024-12-24)
5+
## [3.4.1](https://github.com/Ousret/charset_normalizer/compare/3.4.0...3.4.1) (2024-12-24)
66

77
### Changed
88
- 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/).
1919
- unused `utils.unicode_range` function.
2020

2121
### Fixed
22-
- converting content to Unicode bytes may insert non-IANA compliant encoding name (e.g. `utf_8` instead of `utf-8`). (#572)
22+
- converting content to Unicode bytes may insert `utf_8` instead of preferred `utf-8`. (#572)
2323

2424
## [3.4.0](https://github.com/Ousret/charset_normalizer/compare/3.3.2...3.4.0) (2024-10-08)
2525

0 commit comments

Comments
 (0)