# HG changeset patch # User Mike Becker # Date 1765404086 -3600 # Node ID 355066cd91862780ea5f0e3d5dd47ee4da25acb5 # Parent f60f23b362e9d7f1a72c9158b8d7bbad5bab6c42 add CHANGELOG entry for the bug found by test issue #777 diff -r f60f23b362e9 -r 355066cd9186 CHANGELOG --- 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()