Skip to content

Commit 7411396

Browse files
committed
📝 update changelog
1 parent 8de6012 commit 7411396

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
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.5](https://github.com/Ousret/charset_normalizer/compare/3.4.4...3.4.5) (2026-03-05)
5+
## [3.4.5](https://github.com/Ousret/charset_normalizer/compare/3.4.4...3.4.5) (2026-03-06)
66

77
### Changed
88
- Update `setuptools` constraint to `setuptools>=68,<=82`.
99
- Raised upper bound of mypyc for the optional pre-built extension to v1.19.1
1010

1111
### Fixed
1212
- Add explicit link to lib math in our optimized build. (#692)
13+
- Logger level not restored correctly for empty byte sequences. (#701)
14+
- TypeError when passing bytearray to from_bytes. (#703)
1315

1416
### Misc
1517
- Applied safe micro-optimizations in both our noise detector and language detector.

0 commit comments

Comments
 (0)