Skip to content

Commit e7561ce

Browse files
tobixenclaude
andcommitted
Update CHANGELOG for v0.4.0
Added entry for v0.4.0 documenting: - UNICODE and LOCALE collation support for == operator - Fix for PyICU tests in CI 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5572a68 commit e7561ce

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.0] - 2025-11-26
9+
10+
### Added
11+
- **UNICODE and LOCALE collation support for "==" operator**: The == operator now properly supports UNICODE and LOCALE collations using ICU sort key comparison. Previously only BINARY and CASE_INSENSITIVE collations were supported for exact match operations.
12+
13+
### Fixed
14+
- PyICU-based tests now pass in CI environments where PyICU is installed
15+
816
## [0.3.1] - 2025-11-26
917

1018
Some wheel files etc that shouldn't be in the repository has accidentally been added. Either I've done some silly mistake while sleeping, or perhaps it was a mistake giving the AI access to my computer.

0 commit comments

Comments
 (0)