docs/src/index.md

changeset 716
bab81cf591a5
parent 390
d345541018fa
child 748
84a000a53d9b
     1.1 --- a/docs/src/index.md	Tue Jun 20 19:00:52 2023 +0200
     1.2 +++ b/docs/src/index.md	Tue Jun 20 19:04:07 2023 +0200
     1.3 @@ -5,11 +5,9 @@
     1.4  Welcome to the UAP Common Extensions.
     1.5  
     1.6  With this library we provide useful data structures and algorithms for common
     1.7 -programmatic tasks in the C language. By design the features are divided into
     1.8 -modules to minimize the library footprint. Using the build files you can create
     1.9 -a static and a shared lib containing all modules, but you may also use the UCX
    1.10 -sources in your project and compile specific modules by yourself to further
    1.11 -minimize the footprint.
    1.12 +programmatic tasks in the C language. Using the build files you can create
    1.13 +a static and a shared lib containing all units, but you may also use the UCX
    1.14 +sources in your project and compile specific units by yourself.
    1.15  
    1.16  If you want to use this library, you can [download and install](install.html)
    1.17  the recent version.
    1.18 @@ -31,7 +29,14 @@
    1.19  
    1.20  ### Version 3.0
    1.21  
    1.22 - * under construction...
    1.23 + * complete redesign from scratch
    1.24 + * collections can now store copies of objects and not just pointers
    1.25 + * collections are now dynamically implemented
    1.26 + * users of the library can specify own implementations of collections that work with the UCX API
    1.27 + * low level API for custom lists that do not use the UCX structures
    1.28 + * various fixes and improvements
    1.29 + * drops some other, rarely used, features
    1.30 + * removes testing implementation from the lib
    1.31  
    1.32  ### Version 2.1 - 2019-12-30
    1.33   

mercurial