| 24 * [Doxygen Documentation](https://ucx.sourceforge.io/api/) |
24 * [Doxygen Documentation](https://ucx.sourceforge.io/api/) |
| 25 * [Test Coverage Report](https://ucx.sourceforge.io/coverage/) |
25 * [Test Coverage Report](https://ucx.sourceforge.io/coverage/) |
| 26 |
26 |
| 27 ## Changelog |
27 ## Changelog |
| 28 |
28 |
| 29 ### Version 4.0 - preview {collapsible="true"} |
29 ### Version 4.0 - 2025-12-31 {collapsible="true"} |
| 30 |
30 |
| 31 * adds cx_system_page_size() to allocator.h |
31 * adds cx_system_page_size() to allocator.h |
| 32 * adds cx_compare_func2 function pointer that supports compare functions with custom data |
32 * adds cx_compare_func2 function pointer that supports compare functions with custom data |
| 33 * adds a new (optional) capacity parameter to cxJsonCreateArr() and cxJsonObjPutArr() |
33 * adds a new (optional) capacity parameter to cxJsonCreateArr() and cxJsonObjPutArr() |
| 34 * adds cxJsonFromString(), cxJsonToString(), and cxJsonToPrettyString() |
34 * adds cxJsonFromString(), cxJsonToString(), and cxJsonToPrettyString() |