aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-01-07 17:46:24 +0100
committerSven Gothel <[email protected]>2021-01-07 17:46:24 +0100
commitda6e5553fc968465f930374c8fb661f17f107874 (patch)
tree87f091e776a7edca1b4da9372385705c79a388ef /README.md
parent41da96029e42bb1f66ac5669e0bdafeb0688ee42 (diff)
Bump README.mdv0.2.12
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index de221fb..570a750 100644
--- a/README.md
+++ b/README.md
@@ -110,7 +110,7 @@ Changes
**0.3.0**
* TODO
-* Finalized jau::cow_darray and its iterator API (for now)
+* 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
* Passed detailed cow_iterator test.