diff -r 991e8cce8015 -r 8a3336743c4e CHANGELOG --- a/CHANGELOG Sun Jul 09 12:17:29 2023 +0200 +++ b/CHANGELOG Sun Jul 09 12:33:20 2023 +0200 @@ -1,6 +1,13 @@ -Version 3.0 M1 --------------- -work in progress +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 + * users of the library can specify own implementations of collections that work with the UCX API + * low level API for custom lists that do not use the UCX structures + * various fixes and improvements + * drops some other, rarely used, features + * removes testing implementation from the lib Version 2.1 - 2019-12-30