CHANGELOG

changeset 1433
81c301a59b7c
parent 1429
6e0c3a8a914a
--- 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()

mercurial