File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
## Unreleased
7
7
8
8
### Fixed
9
+
9
10
- CMake build now correctly handles when Python detected on the build machine is too old to be used
10
11
- Tests now run correctly with PyPy Python installation
11
12
@@ -97,6 +98,15 @@ This is a major release with some breaking changes
97
98
behavior applies to ` wchar_t ` on platform where it is UTF-16 or UTF-32.
98
99
- ` operator<< ` no longer pollutes global namespace
99
100
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
+
100
110
## [ 2.18] - 2025-02-27
101
111
102
112
### Fixed
@@ -288,6 +298,7 @@ This is a major release with some breaking changes
288
298
[ 2.16 ] : https://github.com/gershnik/sys_string/releases/v2.16
289
299
[ 2.17 ] : https://github.com/gershnik/sys_string/releases/v2.17
290
300
[ 2.18 ] : https://github.com/gershnik/sys_string/releases/v2.18
301
+ [ 2.19 ] : https://github.com/gershnik/sys_string/releases/v2.19
291
302
[ 3.0 ] : https://github.com/gershnik/sys_string/releases/v3.0
292
303
[ 3.1 ] : https://github.com/gershnik/sys_string/releases/v3.1
293
304
[ 3.2 ] : https://github.com/gershnik/sys_string/releases/v3.2
You can’t perform that action at this time.
0 commit comments