CHANGELOG

changeset 1050
3df63e95921a
parent 1049
415bf2ce6bab
--- a/CHANGELOG	Sun Dec 22 22:53:53 2024 +0100
+++ b/CHANGELOG	Sun Dec 22 23:10:07 2024 +0100
@@ -20,6 +20,7 @@
    to accept NULL as allocator argument (in which case a default allocator will be used)
  * changes the name of destroy functions that actually free the memory to better indicate their behavior
  * change cx_strcat variants to allow handling of ENOMEM
+ * change cx_strcast() to also accept cxstring (and doing nothing in that case)
  * change the behavior of cxBufferSeek() to allow offset zero for SEEK_END
  * moves cx_compare_func typedef to compare.h
  * moves cx_szmul() to common.h
@@ -30,7 +31,7 @@
  * removes CMake
  * removes GTest dependency
  * removes flags to disable SBO in tests
- * fixes cx_hash_key_cxstr() being a macro, evaluating the argument twice
+ * fixes cx_hash_key_cxstr() evaluating the argument twice
  * fixes wrong link from UCX 2 documentation to UCX 3 documentation
  * fixes critical bug that produced wrong results when comparing lists of different type but same size
 

mercurial