--- a/docs/Writerside/topics/about.md Thu May 22 16:03:20 2025 +0200 +++ b/docs/Writerside/topics/about.md Thu May 22 16:23:55 2025 +0200 @@ -46,6 +46,7 @@ * changes the implementation of cx_strreplacen() for improved efficiency * changes all cxListIterator() without index to also accept NULL as list argument * changes insert_element member function of CxList to accept NULL source and return a pointer to the inserted element +* fixes critical memory overflow in the stack-based array reallocator (this unfortunately breaks the function signature) * fixes that starting an iteration in a non-root node incorrectly continues iteration with the siblings of that node * fixes unnecessary allocations in cx_strcat() family of functions * fixes errno value after failing cxBufferSeek() to be consistently EINVAL