fix order of bugfixes and removed features in changelog

Sun, 07 Dec 2025 13:18:22 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 07 Dec 2025 13:18:22 +0100
changeset 1552
a114fc4a285a
parent 1551
f3ba964dc8d5
child 1553
7c46531efd52

fix order of bugfixes and removed features in changelog

CHANGELOG file | annotate | diff | comparison | revisions
docs/Writerside/topics/about.md file | annotate | diff | comparison | revisions
--- 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
 ------------------------
--- 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"}
 

mercurial