remove obsolete changelog entry for cx_cmp_memcmp()

Wed, 24 Dec 2025 11:53:40 +0100

author
Mike Becker <universe@uap-core.de>
date
Wed, 24 Dec 2025 11:53:40 +0100
changeset 1663
9c995cba3393
parent 1662
527ac061b247
child 1664
e5a8c41ecb58

remove obsolete changelog entry for cx_cmp_memcmp()

CHANGELOG file | annotate | diff | comparison | revisions
docs/Writerside/topics/about.md file | annotate | diff | comparison | revisions
--- a/CHANGELOG	Tue Dec 23 17:08:14 2025 +0100
+++ b/CHANGELOG	Wed Dec 24 11:53:40 2025 +0100
@@ -3,7 +3,6 @@
 
  * 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()
--- a/docs/Writerside/topics/about.md	Tue Dec 23 17:08:14 2025 +0100
+++ b/docs/Writerside/topics/about.md	Wed Dec 24 11:53:40 2025 +0100
@@ -30,7 +30,6 @@
 
 * 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()

mercurial