--- a/CHANGELOG Tue Nov 26 22:16:27 2024 +0100 +++ b/CHANGELOG Wed Nov 27 22:33:30 2024 +0100 @@ -1,5 +1,6 @@ Version 3.1 - tbd. ------------------------ + * adds properties.h * adds tree.h * adds reallocarray() like functions to allocator.h @@ -19,7 +20,8 @@ * moves cx_szmul() to common.h * moves stream copy functions to new streams.h * removes utils.h - * removes flag_removal function from iterator (unfortunately breaks binary compatibility) + * removes flag_removal function from iterator + * removes cxMapDetach() and makes cxMapRemoveAndGet() compatible with both map variants * removes CMake * removes GTest dependency * removes flags to disable SBO in tests @@ -28,6 +30,7 @@ Version 3.0 - 2023-07-09 ------------------------ + * complete redesign from scratch * collections can now store copies of objects and not just pointers * collections are now dynamically implemented