Skip to content

Commit 13fa729

Browse files
committed
Merge branch 'release/2.x'
2 parents 9b2a9f8 + 70ae43a commit 13fa729

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
## Unreleased
77

88
### Fixed
9+
910
- CMake build now correctly handles when Python detected on the build machine is too old to be used
1011
- Tests now run correctly with PyPy Python installation
1112

@@ -97,6 +98,15 @@ This is a major release with some breaking changes
9798
behavior applies to `wchar_t` on platform where it is UTF-16 or UTF-32.
9899
- `operator<<` no longer pollutes global namespace
99100

101+
## [2.19] - 2025-05-12
102+
103+
### Fixed
104+
105+
- Error on missing `std::char_traits<const char>` on newer compilers
106+
- CMake build now correctly handles when Python detected on the build machine is too old to be used
107+
- Tests now run correctly with PyPy Python installation
108+
109+
100110
## [2.18] - 2025-02-27
101111

102112
### Fixed
@@ -288,6 +298,7 @@ This is a major release with some breaking changes
288298
[2.16]: https://github.com/gershnik/sys_string/releases/v2.16
289299
[2.17]: https://github.com/gershnik/sys_string/releases/v2.17
290300
[2.18]: https://github.com/gershnik/sys_string/releases/v2.18
301+
[2.19]: https://github.com/gershnik/sys_string/releases/v2.19
291302
[3.0]: https://github.com/gershnik/sys_string/releases/v3.0
292303
[3.1]: https://github.com/gershnik/sys_string/releases/v3.1
293304
[3.2]: https://github.com/gershnik/sys_string/releases/v3.2

0 commit comments

Comments
 (0)