| 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 * change cxBufferReserve() to allow reducing the capacity |
| 32 * fix that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() |
33 * fix that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() |
| 33 were not returning zero after freeing the memory when passed a size of zero |
34 were not returning zero after freeing the memory when passed a size of zero |
| 34 |
35 |
| 35 ### Version 3.2 - 2025-11-30 {collapsible="true"} |
36 ### Version 3.2 - 2025-11-30 {collapsible="true"} |
| 36 |
37 |