diff -r 83284b289430 -r 3a89b31f0724 CHANGELOG --- a/CHANGELOG Wed Oct 15 22:45:21 2025 +0200 +++ b/CHANGELOG Thu Oct 16 19:57:47 2025 +0200 @@ -5,6 +5,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() @@ -21,6 +22,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