aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-10-28 11:51:02 +0200
committerSven Gothel <[email protected]>2021-10-28 11:51:02 +0200
commita78c1547c8784250cc1b85552b3a5c1f66046a72 (patch)
treec8a8fb93f6f8e21b5daeacda7e4d276ff259735b
parentd787e6a4a93a61b4e7e2d28f8e7b6bd11674c01a (diff)
Bump README.md v0.6.1v0.6.1
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0ba7220..334ea64 100644
--- a/README.md
+++ b/README.md
@@ -112,6 +112,10 @@ make doc
* First stable release (TODO)
+**0.6.1**
+
+* TOctets: Add convenient *memmove*, *memset* and *bzero* methods; Ensure all memory ops are either *std::* or global namespace *::*
+
**0.6.0**
* Bump minor version due to API change (`darray`, `cow_darray` and `ringbuffer`)