| 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 * adds cxListSet() |
| |
33 * adds cxListContains() |
| 33 * adds cxBufferShrink() |
34 * adds cxBufferShrink() |
| 34 * changes grow strategy for the mempory pool to reduce reallocations |
35 * changes grow strategy for the mempory pool to reduce reallocations |
| 35 * changes grow strategy for CxBuffer, which does now take the page size into account |
36 * changes grow strategy for CxBuffer, which does now take the page size into account |
| 36 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
37 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
| 37 * fixes implementation of cxBufferTerminate() |
38 * fixes implementation of cxBufferTerminate() |