--- a/docs/Writerside/topics/about.md Sun Dec 07 15:33:16 2025 +0100 +++ b/docs/Writerside/topics/about.md Sun Dec 07 15:34:46 2025 +0100 @@ -29,16 +29,19 @@ ### Version 4.0 - preview {collapsible="true"} * 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 {collapsible="true"}