aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-01-25 09:54:47 +0100
committerSven Gothel <[email protected]>2021-01-25 09:54:47 +0100
commit6796bf2578aa249437e02afed0151477cb4f30b7 (patch)
treebda41036d53651c8bf6fcd167a09d0c7029e9d56 /README.md
parent0d276fd2a834206990cd81d36388015f21b4eee3 (diff)
README.md: Bump
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 570a750..849e164 100644
--- a/README.md
+++ b/README.md
@@ -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