From 9a77904f661dd58ba7a3847ba7692ec8b9314924 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 15 Jun 2023 11:05:43 +0930 Subject: [PATCH] CHANGELOG.md: updates from 23.05.1 branch. Signed-off-by: Rusty Russell --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e16e8b8c048f..fa7472cb25d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ 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.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. + +### Fixed + + - Fixed crash (memory corruption!) in `listtransactions` ([#6304]) + - Don't crash on gossip store deletion fail ([#6297]) + - Fix incompatibility with LND which prevented us opening private channels ([#6304]) + +### EXPERIMENTAL + + - Fixed crash in dual-funding. ([#6273]) + +[#6273]: https://github.com/ElementsProject/lightning/pull/6273 +[#6304]: https://github.com/ElementsProject/lightning/pull/6304 +[#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)"