# HG changeset patch # User Mike Becker # Date 1765109902 -3600 # Node ID a114fc4a285a1565d70984938ee0e02a355efcf2 # Parent f3ba964dc8d5ab1159499524393a61a4047241b0 fix order of bugfixes and removed features in changelog diff -r f3ba964dc8d5 -r a114fc4a285a CHANGELOG --- a/CHANGELOG Sun Dec 07 13:17:25 2025 +0100 +++ b/CHANGELOG Sun Dec 07 13:18:22 2025 +0100 @@ -6,12 +6,12 @@ * changes the members of CxJson and CxJsonValue * changes the return value of cxJsonObjIter() to CxMapIterator * changes CxTree structure so that it now inherits CX_COLLECTION_BASE - * removes the sort_members feature from CxJsonWriter * fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped * 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() were not returning zero after freeing the memory when passed a size of zero + * removes the sort_members feature from CxJsonWriter Version 3.2 - 2025-11-30 ------------------------ diff -r f3ba964dc8d5 -r a114fc4a285a docs/Writerside/topics/about.md --- a/docs/Writerside/topics/about.md Sun Dec 07 13:17:25 2025 +0100 +++ b/docs/Writerside/topics/about.md Sun Dec 07 13:18:22 2025 +0100 @@ -33,12 +33,12 @@ * changes the members of CxJson and CxJsonValue * changes the return value of cxJsonObjIter() to CxMapIterator * changes CxTree structure so that it now inherits CX_COLLECTION_BASE -* removes the sort_members feature from CxJsonWriter * fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped * 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() were not returning zero after freeing the memory when passed a size of zero +* removes the sort_members feature from CxJsonWriter ### Version 3.2 - 2025-11-30 {collapsible="true"}