--- a/docs/Writerside/topics/about.md Tue Dec 16 21:33:58 2025 +0100 +++ b/docs/Writerside/topics/about.md Wed Dec 17 19:05:50 2025 +0100 @@ -29,6 +29,8 @@ ### Version 4.0 - preview {collapsible="true"} * adds cx_system_page_size() to allocator.h +* adds cx_compare_func2 function pointer that supports compare functions with custom data +* adds cx_cmp_memcmp() as default implementation for cx_compare_func2 * adds a new (optional) capacity parameter to cxJsonCreateArr() and cxJsonObjPutArr() * adds cxJsonFromString(), cxJsonToString(), and cxJsonToPrettyString() * adds cxJsonClone() @@ -65,6 +67,7 @@ * removes the flush feature from CxBuffer * removes the ability to remove elements from the iterators created with cxIterator() and cxIteratorPtr() * removes several unnecessary convenience functions +* removes the complicated wrapping of pointer lists ### Version 3.2 - 2025-11-30 {collapsible="true"}