summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-01-25 22:50:35 +0100
committerSven Gothel <[email protected]>2022-01-25 22:50:35 +0100
commit0c27e84c454bb9bf1bc33430093a143f0c47f272 (patch)
tree4321a5be499ac317177cf51505bccc134b95adc6
parentb5b7716036ef67d5fb539623d09e349b38b19718 (diff)
Bump v0.7.10v0.7.10
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2f5dce5..fa2d4b1 100644
--- a/README.md
+++ b/README.md
@@ -112,8 +112,9 @@ make doc
* First stable release (TODO)
-**0.7.9**
+**0.7.10**
+* Fixes for clang++ 11.0.1-2
* Added `jau::service_runner`, a reusable dedicated thread performing custom user services.
* Fix jau::ringbuffer (conditional variable lock)
* Fix jau::latch (conditional variable lock) and `test_latch01.cpp`