diff options
author | Sven Gothel <[email protected]> | 2022-07-08 03:53:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-07-08 03:53:41 +0200 |
commit | f49208b1fa317276f53712adc0dc4155e11067d5 (patch) | |
tree | 209406dbb2fca21c2f21c120b5e12f241f1c3713 | |
parent | 59b6915bf035101796be7435b65bd5eb67a0a63f (diff) |
Bump README v2.8.0v2.8.0
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |