Skip to content

Commit c7197b7

Browse files
authored
📝 fix changelog entries (#582)
1 parent c390e1f commit c7197b7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77
### Changed
88
- Project metadata are now stored using `pyproject.toml` instead of `setup.cfg` using setuptools as the build backend.
99
- Enforce annotation delayed loading for a simpler and consistent types in the project.
10+
- Optional mypyc compilation upgraded to version 1.14 for Python >= 3.8
1011

1112
### Added
1213
- pre-commit configuration.
@@ -16,10 +17,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1617
- `build-requirements.txt` as per using `pyproject.toml` native build configuration.
1718
- `bin/integration.py` and `bin/serve.py` in favor of downstream integration test (see noxfile).
1819
- `setup.cfg` in favor of `pyproject.toml` metadata configuration.
19-
- unused `utils.unicode_range` function.
20+
- Unused `utils.range_scan` function.
2021

2122
### Fixed
22-
- converting content to Unicode bytes may insert `utf_8` instead of preferred `utf-8`. (#572)
23+
- Converting content to Unicode bytes may insert `utf_8` instead of preferred `utf-8`. (#572)
24+
- Deprecation warning "'count' is passed as positional argument" when converting to Unicode bytes on Python 3.13+
2325

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

0 commit comments

Comments
 (0)