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 support for different destruction strategies in CxMempool |
33 * adds new key-value-based list implementation |
33 * adds new key-value-based list implementation |
|
34 * adds support for integer keys to CxHashKey |
34 * adds cxListSet() |
35 * adds cxListSet() |
35 * adds cxListContains() |
36 * adds cxListContains() |
36 * adds cxListFirst() and cxListLast() |
37 * adds cxListFirst() and cxListLast() |
37 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
38 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
38 and corresponding macro aliases cxListPopFront() and cxListPop() |
39 and corresponding macro aliases cxListPopFront() and cxListPop() |