From 7cbff8a2c096bd171337efd3c84e61762465efcb Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 8 Mar 2024 11:04:17 +0100 Subject: [PATCH] release: Update the changelog to include v24.02.1 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 603f96786..1cff00d12 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/). +## [24.02.1] - 2024-03-08: "uint needs signature" + +This release named by Erik de Smedt (@ErikDeSmedt). + +### Changed + + - Plugins: `pay` route algorithm doesn't bias against our own "expensive" channels any more. ([#7127]) + - pay: Prevent repeating the preapproveinvoice check ([#7121]) + +### Fixed + + - Plugins: `pay` would occasionally crash on routing. ([#7127]) + - Plugins: `pay` route algorithm fixed and refined to balance fees and capacity far better. ([#7127]) + - renepay: bugfix situation with htlcmax=htlcmin + +[#7121]: https://github.com/ElementsProject/lightning/pull/7121 +[#7127]: https://github.com/ElementsProject/lightning/pull/7127 + + ## [24.02] - 2024-02-27: "uint needs signature" This release named by Erik de Smedt (@ErikDeSmedt).