aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-10-17 08:37:55 +0200
committerSven Gothel <[email protected]>2022-10-17 08:37:55 +0200
commit6022771e1e9d9083a20d7b4fdf73a1bfe4e3b47b (patch)
treeb76a1cbb69a05319f6cdbe83282ae95360c5ce94
parent27d4e69d2fe157b32f3ddf62797e9cb0517e5ae1 (diff)
Bump CHANGES w/ remark on tested platformsv2.9.0
-rw-r--r--CHANGES.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 6acfa325..de76a1c7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,9 +4,16 @@
## Changes
-**2.9.0** *WIP*
+**2.9.0**
* Add support for *Alpine Linux* using [musl](https://musl.libc.org/) C library
- - Since `jaulib` v0.18.0
+* Passed [platforms](PLATFORMS.md) testing:
+ - Debian 11
+ - Debian 12
+ - gcc 12.2.0
+ - clang 14.0.6
+ - Ubuntu 22.04
+ - FreeBSD 13.1
+ - Alpine Linux 3.16
**2.8.2 *Direct-BT* Maturity (Bluetooth LE)**
* Change all callback return type: dummy 'bool' -> 'void', now enabled by `jau::function<void(A...)>`