| 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 support for different destruction strategies in CxMempool |
| 32 * adds cxListSet() |
33 * adds cxListSet() |
| 33 * adds cxListContains() |
34 * adds cxListContains() |
| 34 * adds cxListFirst() and cxListLast() |
35 * adds cxListFirst() and cxListLast() |
| 35 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
36 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
| 36 and corresponding macro aliases cxListPopFront() and cxListPop() |
37 and corresponding macro aliases cxListPopFront() and cxListPop() |