We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4088cb9 commit b3ed1f7Copy full SHA for b3ed1f7
CHANGELOG.md
@@ -9,6 +9,10 @@ Legend:
9
- [O] Other
10
```
11
12
+### v0.6.3 (28th January 2026)
13
+
14
+- [O] tests/CI: fixed compilation with GCC 16 (thanks A. Stieger). Added CI coverage for GCC 15.
15
16
### v0.6.2 (24th October 2025)
17
18
- [B] map: fix garbage in `prev_val` when key not in map for `cdada_map_insert_replace()`
@@ -22,7 +26,7 @@ Legend:
22
26
### v0.6.0 (17th April 2024)
23
27
24
28
- [+] !! BREAKING CHANGE !! Add `prev_val` to `cdada_map_insert_replace()` API call to make it more useful
25
-- [O] CI: add coverage for clang11, 12 and 13.
29
+- [O] CI: add coverage for clang11, 12 and 13
30
31
### v0.5.2 (7th November 2023)
32
VERSION
@@ -1 +1 @@
1
-v0.6.2
+v0.6.3
0 commit comments