Skip to content

Commit 800e212

Browse files
committed
Updating CHANGELOG
1 parent 2ad4974 commit 800e212

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

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

66
## Unreleased
77

8+
### Added
9+
- Support for Unicode 17
10+
11+
### Fixed
12+
- Regression in ICU 77+ StringByteSink causing memory corruption
13+
- Bogus warnings on newer clang-cl
14+
- Debug assertions when using Python strings with Python 3.14
15+
816
## [3.7] - 2025-10-14
917

10-
## Added
18+
### Added
1119
- This library now builds and works properly on Haiku OS
1220

1321
## [3.6] - 2025-09-26
@@ -18,7 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1826
- On Emscripten it is now possible to make `sys_string` use [WASM JavaScript Builtins](https://developer.mozilla.org/en-US/docs/WebAssembly/Guides/JavaScript_builtins) (if your WASM platform supports them). This can make construction of `sys_string` from `__externref_t` significantly faster.
1927
Define `SYS_STRING_USE_WASM_JS_STRING` to 1 to enable this functionality.
2028

21-
## Fixed
29+
### Fixed
2230
- This library can now be used with `clang-cl` on Windows
2331
- Bugs in BSTR storage support on 32-bit x86
2432
- Warnings on clang 21

0 commit comments

Comments
 (0)