File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
7
### Changed
8
8
- Project metadata are now stored using ` pyproject.toml ` instead of ` setup.cfg ` using setuptools as the build backend.
9
9
- 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
10
11
11
12
### Added
12
13
- pre-commit configuration.
@@ -16,10 +17,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
16
17
- ` build-requirements.txt ` as per using ` pyproject.toml ` native build configuration.
17
18
- ` bin/integration.py ` and ` bin/serve.py ` in favor of downstream integration test (see noxfile).
18
19
- ` setup.cfg ` in favor of ` pyproject.toml ` metadata configuration.
19
- - unused ` utils.unicode_range ` function.
20
+ - Unused ` utils.range_scan ` function.
20
21
21
22
### 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+
23
25
24
26
## [ 3.4.0] ( https://github.com/Ousret/charset_normalizer/compare/3.3.2...3.4.0 ) (2024-10-08)
25
27
You can’t perform that action at this time.
0 commit comments