--- a/CHANGELOG Wed Dec 10 23:27:32 2025 +0100 +++ b/CHANGELOG Thu Dec 11 17:08:17 2025 +0100 @@ -4,6 +4,7 @@ * adds cx_system_page_size() to allocator.h * adds cxJsonFromString() * adds line continuation support to CxProperties / CxPropertiesConfig + * adds cxBufferMaximumCapacity() * 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 @@ -18,6 +19,7 @@ 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 + * removes the flush feature from CxBuffer Version 3.2 - 2025-11-30 ------------------------