# HG changeset patch # User Mike Becker # Date 1766573620 -3600 # Node ID 9c995cba33930123d29e7920acc26b804a23ef85 # Parent 527ac061b247ba668f9a2caa17d9c8dac48255cc remove obsolete changelog entry for cx_cmp_memcmp() diff -r 527ac061b247 -r 9c995cba3393 CHANGELOG --- 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() diff -r 527ac061b247 -r 9c995cba3393 docs/Writerside/topics/about.md --- 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()