diff options
author | Sven Gothel <[email protected]> | 2022-10-17 08:37:55 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-10-17 08:37:55 +0200 |
commit | 6022771e1e9d9083a20d7b4fdf73a1bfe4e3b47b (patch) | |
tree | b76a1cbb69a05319f6cdbe83282ae95360c5ce94 | |
parent | 27d4e69d2fe157b32f3ddf62797e9cb0517e5ae1 (diff) |
Bump CHANGES w/ remark on tested platformsv2.9.0
-rw-r--r-- | CHANGES.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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...)>` |