Wed, 24 Dec 2025 11:53:40 +0100
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()