diff -r 045894204ca5 -r bbe3199e37fc docs/Writerside/topics/about.md --- a/docs/Writerside/topics/about.md Sat Dec 20 11:11:58 2025 +0100 +++ b/docs/Writerside/topics/about.md Sun Dec 21 11:09:46 2025 +0100 @@ -45,6 +45,7 @@ * 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 multiple string.h functions automatically apply cx_strcast() where possible * changes the names of cxDefineDestructor() and cxDefineAdvancedDestructor() to cxSetDestructor() and cxSetdvancedDestructor() * changes the name of cxCollectionCompareFunc() to cxSetCompareFunc()