27 ## Changelog |
27 ## Changelog |
28 |
28 |
29 ### Version 3.2 - preview {collapsible="true"} |
29 ### Version 3.2 - preview {collapsible="true"} |
30 |
30 |
31 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
31 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
|
32 * adds cxListSet() |
32 * changes grow strategy for the mempory pool to reduce reallocations |
33 * changes grow strategy for the mempory pool to reduce reallocations |
33 * fixes implementation of cxBufferTerminate() |
34 * fixes implementation of cxBufferTerminate() |
34 * fixes allocator arguments for some printf.h functions not being const |
35 * fixes allocator arguments for some printf.h functions not being const |
35 * fixes that cx_tree_search() did not investigate subtrees with equally good distance |
36 * fixes that cx_tree_search() did not investigate subtrees with equally good distance |
36 |
37 |