--- a/CHANGELOG Tue Dec 30 13:50:55 2025 +0100 +++ b/CHANGELOG Tue Dec 30 21:44:23 2025 +0100 @@ -28,6 +28,7 @@ cxSetDestructor() and cxSetdvancedDestructor() * changes the name of cxCollectionCompareFunc() to cxSetCompareFunc() * changes the entire low-level array-list API by making it much simpler + * changes the tree API towards a more simple design * 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 @@ -49,6 +50,7 @@ * removes the ability to remove elements from the iterators created with cxIterator() and cxIteratorPtr() * removes several unnecessary convenience functions * removes the complicated wrapping of pointer lists + * removes cxIteratorRef() Version 3.2 - 2025-11-30 ------------------------