CHANGELOG

changeset 750
8a3336743c4e
parent 390
d345541018fa
child 758
6cd62ce7e353
     1.1 --- a/CHANGELOG	Sun Jul 09 12:17:29 2023 +0200
     1.2 +++ b/CHANGELOG	Sun Jul 09 12:33:20 2023 +0200
     1.3 @@ -1,6 +1,13 @@
     1.4 -Version 3.0 M1
     1.5 ---------------
     1.6 -work in progress
     1.7 +Version 3.0 - 2023-07-09
     1.8 +------------------------
     1.9 + * complete redesign from scratch
    1.10 + * collections can now store copies of objects and not just pointers
    1.11 + * collections are now dynamically implemented
    1.12 + * users of the library can specify own implementations of collections that work with the UCX API
    1.13 + * low level API for custom lists that do not use the UCX structures
    1.14 + * various fixes and improvements
    1.15 + * drops some other, rarely used, features
    1.16 + * removes testing implementation from the lib
    1.17  
    1.18  
    1.19  Version 2.1 - 2019-12-30

mercurial