diff -r fb82e7a92258 -r 81c301a59b7c CHANGELOG --- a/CHANGELOG Mon Oct 20 19:44:18 2025 +0200 +++ b/CHANGELOG Mon Oct 20 20:10:36 2025 +0200 @@ -11,7 +11,7 @@ * adds cxListFirst() and cxListLast() * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), and corresponding macro aliases cxListPopFront() and cxListPop() - * adds cxListEmplace(), cxListEmplaceAt(), and cxMapEmplace() + * adds cxListEmplace(), cxListEmplaceAt(), cxListEmplaceArray(), cxListEmplaceArrayAt(), and cxMapEmplace() * adds cxListInsertUnique() and cxListInsertUniqueArray() * adds cx_array_insert_unique() and various convenience macros * adds cx_linked_list_insert_unique() and cx_linked_list_insert_unique_chain()