about summary refs log tree commit diff
path: root/src/c-rbtree/NEWS.md
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2026-07-03 19:53:18 +0200
committerMichael Biebl <biebl@debian.org>2026-07-03 19:53:18 +0200
commit537bfce2bda471c92caabd388589230200891509 (patch)
treeaedeccfaf0ba52c238ecf51fc009c0db5d4b60f0 /src/c-rbtree/NEWS.md
parent869e9027026cdbb15d4e4a6327ff41d2697858eb (diff)
New upstream version 1.58~rc1 upstream/1.58_rc1
Diffstat (limited to 'src/c-rbtree/NEWS.md')
-rw-r--r--src/c-rbtree/NEWS.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/c-rbtree/NEWS.md b/src/c-rbtree/NEWS.md
index 71415f67..f3829b7d 100644
--- a/src/c-rbtree/NEWS.md
+++ b/src/c-rbtree/NEWS.md
@@ -1,5 +1,19 @@
 # c-rbtree - Intrusive Red-Black Tree Collection
 
+## CHANGES WITH 3.2.0:
+
+        * Use new c-stdaux variables to allow dynamic-linking and fix
+          problems with pkg-config and variables including dashes.
+
+        * Add hawmoth/sphinx based documentation.
+
+        * Adjust to the new c-util CI workflows. This simplifies the entire
+          CI system significantly.
+
+        Contributions from: David Rheinsberg
+
+        - Dußlingen, 2023-12-12
+
 ## CHANGES WITH 3.1.0:
 
         * Add 'ptrace' build option to enable running tests using 'ptrace'