You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,19 @@
2
2
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).
3
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Typehint for function `from_path` no longer enforce `PathLike` as its first argument
9
+
- Minor improvement over the global detection reliability
10
+
11
+
### Added
12
+
- Introduce function `is_binary` that relies on main capabilities, and optimized to detect binaries
13
+
- Propagate `enable_fallback` argument throughout `from_bytes`, `from_path`, and `from_fp` that allow a deeper control over the detection (default True)
14
+
- Explicit support for Python 3.12
15
+
16
+
### Fixed
17
+
- Edge case detection failure where a file would contain 'very-long' camel cased word (Issue #289)
0 commit comments