CHANGELOG

changeset 1662
527ac061b247
parent 1654
5ab3fe0b7859
--- a/CHANGELOG	Tue Dec 23 14:31:56 2025 +0100
+++ b/CHANGELOG	Tue Dec 23 17:08:14 2025 +0100
@@ -37,6 +37,7 @@
  * fixes that overwriting items with cxMapPut() in a kv-list did not work
  * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray()
    were not returning zero after freeing the memory when passed a size of zero
+ * fixes that cx_list_default_insert_array() has the wrong nonnull attribute when used for cxListEmplaceArray()
  * removes the CX_STR() macro and instead makes the cx_str() inlinable
  * removes the sort_members feature from CxJsonWriter
  * removes the source and sink API from properties.h

mercurial