aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-12-05 22:13:55 +0100
committerSven Gothel <[email protected]>2021-12-05 22:13:55 +0100
commitacb4b2741e58e25c5a18a414be89ca1049519ac8 (patch)
tree49b74aefdb50489b4a21a8e28aae8a2a5d37d780
parente6a5e691b6308d17a131a853a301817075523d72 (diff)
README.md: v0.7.4v0.7.4
-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.