docs/Writerside/topics/about.md

changeset 1605
55b13f583356
parent 1601
e47078681a6f
child 1607
0ecb13118cac
--- a/docs/Writerside/topics/about.md	Sun Dec 14 16:21:09 2025 +0100
+++ b/docs/Writerside/topics/about.md	Sun Dec 14 17:30:17 2025 +0100
@@ -37,11 +37,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 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

mercurial