# HG changeset patch # User Mike Becker # Date 1705437261 -3600 # Node ID f7f1938938945ebab095de488a1524ff52978933 # Parent c8d692131b1e295424bc385798f33dc7385b921d add missing CHANGELOG entries diff -r c8d692131b1e -r f7f193893894 CHANGELOG --- a/CHANGELOG Mon Jan 15 20:59:18 2024 +0100 +++ b/CHANGELOG Tue Jan 16 21:34:21 2024 +0100 @@ -4,11 +4,14 @@ * adds cxListFindRemove() * adds cxBufferReset() * adds cx_cmp_ptr() + * adds runtime constants to read out the actual SBO sizes * adds improved version of UCX 2 Test framework (now a self-contained header) * the cx_compare_func symbol is now also 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 * removes CMake * removes GTest dependency + * removes flags to disable SBO in tests Version 3.0 - 2023-07-09 ------------------------