diff -r f5883f6e42e7 -r 0ecb13118cac CHANGELOG --- a/CHANGELOG Sun Dec 14 21:14:34 2025 +0100 +++ b/CHANGELOG Sun Dec 14 23:17:48 2025 +0100 @@ -2,6 +2,7 @@ ------------------------ * adds cx_system_page_size() to allocator.h + * adds a new (optional) capacity parameter to cxJsonCreateArr() and cxJsonObjPutArr() * adds cxJsonFromString(), cxJsonToString(), and cxJsonToPrettyString() * adds cxJsonClone() * adds cxJsonCompare() @@ -35,6 +36,7 @@ * removes the sort_members feature from CxJsonWriter * removes the source and sink API from properties.h * removes the flush feature from CxBuffer + * removes the ability to remove elements from the iterators created with cxIterator() and cxIteratorPtr() * removes several unnecessary convenience functions Version 3.2 - 2025-11-30