CHANGELOG

changeset 1555
8972247f54e8
parent 1552
a114fc4a285a
child 1556
afdaa70034f8
--- a/CHANGELOG	Sun Dec 07 15:33:16 2025 +0100
+++ b/CHANGELOG	Sun Dec 07 15:34:46 2025 +0100
@@ -2,16 +2,19 @@
 ------------------------
 
  * adds cx_system_page_size() to allocator.h
+ * changes cxFreeDefault() from a macro to a function so that it can be used as a simple destructor
  * changes cxBufferReserve() to allow reducing the capacity
  * 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
+ * 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 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
+ * removes the source and sink API from properties.h
 
 Version 3.2 - 2025-11-30
 ------------------------

mercurial