summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-06-22 03:08:58 +0200
committerSven Gothel <[email protected]>2021-06-22 03:08:58 +0200
commit8145145c5a01f3ea9343c21fcf7ced6b2813914b (patch)
tree28960c494b00229ca016c6cb5d3248f69115d8f3
parentc06b672017677ab01e5ddce0e2977d68a9203195 (diff)
Bump README.mdv0.4.1
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 90bd246..999e92b 100644
--- a/README.md
+++ b/README.md
@@ -122,6 +122,15 @@ Changes
* First stable release (TODO)
+**0.4.1**
+
+* ringbuffer: Added block access, fast-path for integral types, `bool get*(Value_type& v)`, ..
+* ringbuffer: Special `NullValue_type` template type and value (ctor) handling
+* ringbuffer: Add 'Size_type waitForElements(..)' and fix 'Size_type waitForFreeSlots(..)'
+* ringbuffer: `get()` and `getBlocking()` takes size of dest buffer and minimum count to wait for, return received elements.
+* ringbuffer: syncWrite and syncRead member semantic cleanup,
+* Added `uint64_t getWallClockSeconds()`
+
**0.3.0**
* Consolidate conversion to hex and decimal string: `to_hexstring(Type)` and `to_decstring(Type)`, dropped `<type>[Hex|Dec]String(..)`