You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,14 @@ Because YggdrasilRapidJSON continues to merge updates from RapidJSON, the RapidJ
5
5
6
6
## X.X.X.X - XXXX-XX-XX
7
7
8
-
## 1.1.0.4 - 2026-06-25
8
+
## 1.1.0.4 - 2026-07-06
9
9
10
10
### Bug fixes
11
11
* Fix bug where version could not be set in the conda recipe build since it is created from a tar instead of the git repo
12
12
* Fix bug where asan flags were added to list that could be used for Fortran, but are only valid for C or CXX
13
13
* Fix bug where string without encoding specified did not validate against a schema specifying ASCII encoding
14
14
* Fix bug in ObjWavefront get_int_array where dec parameter was not passed at the correct position resulting in arrays that were 1 indexed even when dec was true
15
+
* Fix places where undefined behavior was possible with use of pointer allocator
15
16
16
17
### Maintenance
17
18
* Update names of flag/library lists set based on options to adhere to pattern of <PREFIX>_PUBLIC/PRIVATE_<SUFFIX>
0 commit comments