Skip to content

Commit 7bb26cd

Browse files
committed
Updating CHANGELOG
1 parent 08a400d commit 7bb26cd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## Unreleased
77

8+
### Added
9+
10+
- `sys_string` can now be `normalize()`-ed to NFC and NFD (back-ported from version 3).
11+
12+
### Changed
13+
14+
- Supported Unicode version has been bumped to 16 (back-ported from version 3).
15+
- Speed improvements to case conversions and case insensitive comparisons (back-ported from version 3).
16+
17+
### Fixed
18+
19+
- Addressed some false positive sanitizer warnings.
20+
821
## [2.16] - 2025-01-10
922

1023
### Fixed

0 commit comments

Comments
 (0)