Skip to content

Commit 4f2aadc

Browse files
committed
Updating CHANGELOG
1 parent 3933bd7 commit 4f2aadc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

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

66
## Unreleased
77

8+
### Fixed
9+
- Crash when sys_string_builder is re-used after `build()` on Apple and Python platforms.
10+
- MSVC warnings when using `std::hash<sys_string>`
11+
12+
### Changed
13+
- `sys_string_t::hash_type` has been changed from `unsigned` to `size_t` on some platforms.
14+
15+
816
## [2.15] - 2025-01-07
917

1018
### Fixed

0 commit comments

Comments
 (0)