CHANGELOG

changeset 1464
9a10af83cfab
parent 1453
b6fc5b1d5c5d
child 1465
dc886f1a6155
--- a/CHANGELOG	Thu Oct 30 19:27:18 2025 +0100
+++ b/CHANGELOG	Sat Nov 01 19:31:48 2025 +0100
@@ -17,6 +17,8 @@
  * adds cxListInsertUnique() and cxListInsertUniqueArray()
  * adds cx_array_insert_unique() and various convenience macros
  * adds cx_linked_list_insert_unique() and cx_linked_list_insert_unique_chain()
+ * adds cxCollectionCompareFunc() to conveniently set a compare function for a collection
+   without needing to access the base struct manually
  * adds cxBufferShrink()
  * adds cxTreeSize()
  * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings

mercurial