From cd25bd4b13f9e2bd35e1ccf74e9b28bc900fc2b2 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 10 Jul 2023 13:51:30 +0930 Subject: [PATCH] CHANGELOG.md: import changes from 23.05.2 branch. Signed-off-by: Rusty Russell --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa7472cb2..46c317a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +## [23.05.2] - 2023-06-21: "Austin Texas Agreement(ATXA) III" + +Bugfix release for bad issues found since 23.05.1 which can't wait for 23.08. + +### Fixed + + - JSON-RPC: `pay` and `decodepay` with description now correctly handle JSON escapes (e.g " inside description) + - JSON-RPC: `pay` has *undeprecated* paying a description-hash invoice without providing the description (since it didn't work reliably until now!) + - GRPC: `listpeers` sometimes could fail on unknown HTLC states. + +### EXPERIMENTAL + - Fixed compilation error when `--enable-experimental-features` configured. + + ## [23.05.1] - 2023-06-05: "Austin Texas Agreement(ATXA) II" Bugfix release for bad issues found since 23.05 which can't wait for 23.08. @@ -22,7 +37,6 @@ Bugfix release for bad issues found since 23.05 which can't wait for 23.08. [#6297]: https://github.com/ElementsProject/lightning/pull/6297 [#6304]: https://github.com/ElementsProject/lightning/pull/6304 - ## [23.05] - 2023-05-10: "Austin Texas Agreement(ATXA)" This release named by @instagibbs