| 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 * changes the return value of cxJsonObjIter() to CxMapIterator |
| |
35 * removes the sort_members feature from CxJsonWriter |
| 34 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors |
36 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors |
| 35 * fixes that overwriting items with cxMapPut() in a kv-list did not work |
37 * fixes that overwriting items with cxMapPut() in a kv-list did not work |
| 36 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() |
38 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() |
| 37 were not returning zero after freeing the memory when passed a size of zero |
39 were not returning zero after freeing the memory when passed a size of zero |
| 38 |
40 |