diff options
author | Sven Gothel <[email protected]> | 2021-01-25 09:54:47 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-01-25 09:54:47 +0100 |
commit | 6796bf2578aa249437e02afed0151477cb4f30b7 (patch) | |
tree | bda41036d53651c8bf6fcd167a09d0c7029e9d56 /README.md | |
parent | 0d276fd2a834206990cd81d36388015f21b4eee3 (diff) |
README.md: Bump
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -110,6 +110,9 @@ Changes **0.3.0** * TODO +* Offering JaulibSetup.cmake for parent projects for aligned setup. +* Java: Working JNI-Lib bootstraping w/ fat-jar. Passing all unit tests. +* Java: Generating jar and source-zip packages (normal + fat); Enable full junit testing. * Finalized jau::cow_darray and its iterator API. All write API entries were added to the mutable iterator. * Introduce jau::callocator for jau::darray to support realloc instead of alloc, copy and dtor * Passed gcc-10, gcc-11, clang-9 and clang-11 |