CHANGELOG

changeset 1618
ef7cab6eb131
parent 1607
0ecb13118cac
--- a/CHANGELOG	Tue Dec 16 21:33:58 2025 +0100
+++ b/CHANGELOG	Wed Dec 17 19:05:50 2025 +0100
@@ -2,6 +2,8 @@
 ------------------------
 
  * 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()
@@ -38,6 +40,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 for pointer lists
 
 Version 3.2 - 2025-11-30
 ------------------------

mercurial