--- a/CHANGELOG Sun Sep 21 19:31:30 2025 +0200 +++ b/CHANGELOG Mon Sep 22 19:22:23 2025 +0200 @@ -27,6 +27,7 @@ * fixes critical memory overflow in the stack-based array reallocator (this unfortunately breaks the function signature) * fixes mempool implementation not supporting NULL as argument for realloc * fixes mempool implementation not supporting zero as size for realloc + * fixes that the elem_count member of an iterator was not updated after removing an element flagged by cxIteratorFlagRemoval() * 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