--- a/CHANGELOG Thu Dec 05 01:54:12 2024 +0100 +++ b/CHANGELOG Sat Dec 07 23:59:54 2024 +0100 @@ -16,6 +16,7 @@ * 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 + * change cx_strcat variants to allow handling of ENOMEM * moves cx_compare_func typedef to compare.h * moves cx_szmul() to common.h * moves stream copy functions to new streams.h