--- a/CHANGELOG Sat Nov 02 13:38:51 2024 +0100 +++ b/CHANGELOG Sat Nov 02 13:48:53 2024 +0100 @@ -12,14 +12,16 @@ * adds runtime constants to read out the actual SBO sizes * adds improved version of UCX 2 Test framework (now a self-contained header) * adds cx_nmemb() utility function to common.h - * move cx_szmul() to common.h - * the cx_compare_func symbol is now declared by compare.h - * 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 + * moves cx_compare_func typedef to compare.h + * 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 CMake * removes GTest dependency * removes flags to disable SBO in tests + * 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 Version 3.0 - 2023-07-09 ------------------------