| 29 ### Version 4.0 - preview {collapsible="true"} |
29 ### Version 4.0 - preview {collapsible="true"} |
| 30 |
30 |
| 31 * adds cx_system_page_size() to allocator.h |
31 * adds cx_system_page_size() to allocator.h |
| 32 * changes cxBufferReserve() to allow reducing the capacity |
32 * changes cxBufferReserve() to allow reducing the capacity |
| 33 * changes the members of CxJson and CxJsonValue |
33 * changes the members of CxJson and CxJsonValue |
| 34 * fix that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() |
34 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors |
| |
35 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() |
| 35 were not returning zero after freeing the memory when passed a size of zero |
36 were not returning zero after freeing the memory when passed a size of zero |
| 36 |
37 |
| 37 ### Version 3.2 - 2025-11-30 {collapsible="true"} |
38 ### Version 3.2 - 2025-11-30 {collapsible="true"} |
| 38 |
39 |
| 39 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
40 * adds cxMempoolTransfer() and cxMempoolTransferObject() |