| 27 ## Changelog |
27 ## Changelog |
| 28 |
28 |
| 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 * adds cxJsonFromString() |
| 32 * changes cxFreeDefault() from a macro to a function so that it can be used as a simple destructor |
33 * changes cxFreeDefault() from a macro to a function so that it can be used as a simple destructor |
| 33 * changes cxBufferReserve() to allow reducing the capacity |
34 * changes cxBufferReserve() to allow reducing the capacity |
| 34 * changes the members of CxJson and CxJsonValue |
35 * changes the members of CxJson and CxJsonValue |
| 35 * changes the return value of cxJsonObjIter() to CxMapIterator |
36 * changes the return value of cxJsonObjIter() to CxMapIterator |
| 36 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE |
37 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE |