From 83b46506a1096154f9619066e81b1b234c71a274 Mon Sep 17 00:00:00 2001 From: fanquake Date: Thu, 19 Mar 2026 14:44:15 +0800 Subject: [PATCH] doc: update release notes for v29.x --- doc/release-notes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index 764f778e5d4..c69faf32572 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -41,19 +41,34 @@ Notable changes - #34093 netif: fix compilation warning in QueryDefaultGatewayImpl() +### Build + +- #34848 cmake: Migrate away from deprecated SQLite3 target + ### Doc - #34510 doc: fix broken bpftrace installation link - #34561 wallet: rpc: manpage: fix example missing `fee_rate` argument - #34671 doc: Update Guix install for Debian/Ubuntu +### CI + +- #35202 ci: restore sockets in i686, no IPC job + +### Misc + +- #35175 multi_index: fix compilation failure with boost >= 1.91 + Credits ======= Thanks to everyone who directly contributed to this release: +- Cory Fields +- Daniel Pfeifer - Hennadii Stepanov - jayvaliya +- Lőrinc - MarcoFalke - SomberNight - ToRyVand