--- a/CHANGELOG Fri Nov 07 19:23:21 2025 +0100 +++ b/CHANGELOG Sat Nov 08 23:45:19 2025 +0100 @@ -6,10 +6,7 @@ * adds new key-value-based list implementation + adds support for integer keys to CxHashKey * adds support for comparing arbitrary strings without explicit call to cx_strcast() - * adds cxListClone() and cxMapClone() - * adds cxListUnion(), and cxMapUnion() - * adds cxListDifference(), cxMapDifference(), and cxMapListDifference() - * adds cxListIntersection(), cxMapIntersection(), and cxMapListIntersection() + * adds clone, union, difference, and intersection functions for CxList and CxMap * adds cxListContains() and cxMapContains() * adds cxListSet() * adds cxListFirst() and cxListLast()