aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-07-08 03:53:41 +0200
committerSven Gothel <[email protected]>2022-07-08 03:53:41 +0200
commitf49208b1fa317276f53712adc0dc4155e11067d5 (patch)
tree209406dbb2fca21c2f21c120b5e12f241f1c3713
parent59b6915bf035101796be7435b65bd5eb67a0a63f (diff)
Bump README v2.8.0v2.8.0
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index ddb40c3b..4fb430ef 100644
--- a/README.md
+++ b/README.md
@@ -492,6 +492,12 @@ from the year 2016.
* TODO
+**2.8.0**
+* Misc cleanup and adoption of jaulib v0.14.0
+* Support Ubuntu 22.04 and 20.04
+* C++: Shorten `is*Set()` -> `is_set()`, fix test requiring all bits set to `bit == ( mask & bit )`
+* Fix bringup tests (C++, Java): They run w/o elevated permissions, hence don't toggle state and require nothing
+
**2.7.0**
* `AdapterstatusListener::deviceFound()` is only called if not already connected and if initially found.
* Use `noexcept` where possible