aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ec7f697..a2f56e7 100644
--- a/README.md
+++ b/README.md
@@ -112,6 +112,10 @@ make doc
* First stable release (TODO)
+**0.7.4**
+
+* Fix jau::latch and `test_latch01.cpp`
+
**0.7.3**
* Add `to_string(const ordered_atomic<>&)`, allowing to skip manual '.load()' using `jau::to_string()` etc.