aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-11-17 03:42:53 +0100
committerSven Gothel <[email protected]>2021-11-17 03:42:53 +0100
commitbc725a14656be03cd68c771e519ed54dde4f62ee (patch)
tree46a574246f173a049670dddfa25e55e0fe1d1579
parent5356253cf09d60a539042b3210c2d3602fda7e0e (diff)
Bump README v0.7.3v0.7.3
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f949e5a..ec7f697 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@ make doc
**0.7.3**
-* TODO
+* Add `to_string(const ordered_atomic<>&)`, allowing to skip manual '.load()' using `jau::to_string()` etc.
* Add jau::latch
* ringbuffer: Remove locking mutex before `notify_all`, avoid re-block of notified wait() threads.