--- a/docs/Writerside/topics/about.md Wed Oct 15 22:45:21 2025 +0200 +++ b/docs/Writerside/topics/about.md Thu Oct 16 19:57:47 2025 +0200 @@ -32,6 +32,7 @@ * adds support for different destruction strategies in CxMempool * adds new key-value-based list implementation * adds support for integer keys to CxHashKey +* adds support for comparing arbitrary strings without explicit call to cx_strcast() * adds cxListSet() * adds cxListContains() * adds cxListFirst() and cxListLast() @@ -48,6 +49,7 @@ * adds cxJsonArrRemove() and cxJsonObjRemove() * adds cxStdlibAllocator and allows changes of cxDefaultAllocator * improves performance of the CxList array list implementation +* changes over-aggressively declaring functions as static inline * changes cx_str() and cx_mutstr() to allow NULL strings * changes cx_strcast() to also accept C-strings as input * changes grow strategy for the memory pool to reduce reallocations