CHANGELOG

changeset 1568
355066cd9186
parent 1556
afdaa70034f8
child 1569
b5d896ad5e75
--- 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()

mercurial