From 26c10ffefe82d123784c9fe5709a2f3b2c1963c7 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 11 Sep 2020 21:33:22 +0930 Subject: [PATCH] CHANGELOG.md: 0.9.1rc2 Signed-off-by: Rusty Russell --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faac317c0..3f3f52f80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.9.1-rc1] - 2020-09-10: The Antiguan BTC Maximalist Society +## [0.9.1rc2] - 2020-09-10: The Antiguan BTC Maximalist Society This release named by Jon Griffiths. @@ -80,6 +80,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes. - doc: Many missing manual pages were completed ([3938](https://github.com/ElementsProject/lightning/pull/3938)) - Build: Fixed compile error on macos ([4019](https://github.com/ElementsProject/lightning/pull/4019)) - pyln: Fixed HTLCs hanging indefinitely if the hook function raises an exception. A safe fallback result is now returned instead. ([4031](https://github.com/ElementsProject/lightning/pull/4031)) + - Protocol: We now hang up if peer doesn't respond to init message after 60 seconds. ([4039](https://github.com/ElementsProject/lightning/pull/4039)) - elementsd: PSBTs include correct witness_utxo struct for elements transactions ([4033](https://github.com/ElementsProject/lightning/pull/4033)) - cli: fixed crash with `listconfigs` in `-H` mode ([4012](https://github.com/ElementsProject/lightning/pull/4012)) - Plugins: `bcli` significant speedups for block synchronization ([3985](https://github.com/ElementsProject/lightning/pull/3985)) @@ -872,7 +873,7 @@ There predate the BOLT specifications, and are only of vague historic interest: 6. [0.5.1] - 2016-10-21 7. [0.5.2] - 2016-11-21: "Bitcoin Savings & Trust Daily Interest II" -[0.9.1-rc1]: https://github.com/ElementsProject/lightning/releases/tag/v0.9.1-rc1 +[0.9.1rc2]: https://github.com/ElementsProject/lightning/releases/tag/v0.9.1rc2 [0.9.0]: https://github.com/ElementsProject/lightning/releases/tag/v0.9.0 [0.8.2]: https://github.com/ElementsProject/lightning/releases/tag/v0.8.2 [0.8.1]: https://github.com/ElementsProject/lightning/releases/tag/v0.8.1