diff -r 14ca894190fd -r b642eca4b956 CHANGELOG --- a/CHANGELOG Tue Nov 26 22:00:03 2024 +0100 +++ b/CHANGELOG Tue Nov 26 22:16:27 2024 +0100 @@ -14,6 +14,7 @@ * adds cx_nmemb() utility function to common.h * changes all functions, for which there is no dedicated xyz_a variant, 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 * moves cx_compare_func typedef to compare.h * moves cx_szmul() to common.h * moves stream copy functions to new streams.h