Wed, 10 Dec 2025 23:01:26 +0100
add CHANGELOG entry for the bug found by test issue #777
| CHANGELOG | file | annotate | diff | comparison | revisions |
--- a/CHANGELOG Wed Dec 10 22:53:41 2025 +0100 +++ b/CHANGELOG Wed Dec 10 23:01:26 2025 +0100 @@ -10,6 +10,7 @@ * changes CxTree structure so that it now inherits CX_COLLECTION_BASE * changes cxPropertiesLoad() to directly load properties from a file to a CxMap * fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped + * fixes cxJsonNext() incorrectly returning CX_JSON_INCOMPLETE_DATA when the input ends with trailing spaces * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors * fixes that overwriting items with cxMapPut() in a kv-list did not work * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray()