| 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 * adds cxJsonFromString(), cxJsonToString(), and cxJsonToPrettyString() |
| 33 * adds line continuation support to CxProperties / CxPropertiesConfig |
33 * adds line continuation support to CxProperties / CxPropertiesConfig |
| 34 * adds cxBufferMaximumCapacity() |
34 * adds cxBufferMaximumCapacity() |
| 35 * adds CX_BUFFER_DO_NOT_FREE buffer flag |
35 * adds CX_BUFFER_DO_NOT_FREE buffer flag |
| 36 * changes cxFreeDefault() from a macro to a function so that it can be used as a simple destructor |
36 * changes cxFreeDefault() from a macro to a function so that it can be used as a simple destructor |
| 37 * changes cxBufferReserve() to allow reducing the capacity |
37 * changes cxBufferReserve() to allow reducing the capacity |