diff -r 68b75c091028 -r 55b13f583356 CHANGELOG --- a/CHANGELOG Sun Dec 14 16:21:09 2025 +0100 +++ b/CHANGELOG Sun Dec 14 17:30:17 2025 +0100 @@ -10,11 +10,14 @@ * adds cxBufferMaximumCapacity() * adds cxBufferAppendString() * adds CX_BUFFER_DO_NOT_FREE buffer flag - * changes parameter order of cxBufferInit() and cxBufferCreate() + * changes the parameter order of cxBufferInit() and cxBufferCreate() * changes cxBufferReserve() to allow reducing the capacity * changes cxBufferTerminate() to automatically shrink the buffer - * changes cxBufferTerminate() so that position and size are equal a after successful operation + * changes cxBufferTerminate() so that position and size are equal after a successful operation * changes cxBufferPutString() to accept any kind of string that cx_strcast() supports + * changes the names of cxDefineDestructor() and cxDefineAdvancedDestructor() to + 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 members of CxJson and CxJsonValue * changes the return value of cxJsonObjIter() to CxMapIterator