Skip to content

Commit 26c10ff

Browse files
committed
CHANGELOG.md: 0.9.1rc2
Signed-off-by: Rusty Russell <[email protected]>
1 parent 5bb6af6 commit 26c10ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.9.1-rc1] - 2020-09-10: The Antiguan BTC Maximalist Society
7+
## [0.9.1rc2] - 2020-09-10: The Antiguan BTC Maximalist Society
88

99
This release named by Jon Griffiths.
1010

@@ -80,6 +80,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
8080
- doc: Many missing manual pages were completed ([3938](https://github.com/ElementsProject/lightning/pull/3938))
8181
- Build: Fixed compile error on macos ([4019](https://github.com/ElementsProject/lightning/pull/4019))
8282
- 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))
83+
- Protocol: We now hang up if peer doesn't respond to init message after 60 seconds. ([4039](https://github.com/ElementsProject/lightning/pull/4039))
8384
- elementsd: PSBTs include correct witness_utxo struct for elements transactions ([4033](https://github.com/ElementsProject/lightning/pull/4033))
8485
- cli: fixed crash with `listconfigs` in `-H` mode ([4012](https://github.com/ElementsProject/lightning/pull/4012))
8586
- 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:
872873
6. [0.5.1] - 2016-10-21
873874
7. [0.5.2] - 2016-11-21: "Bitcoin Savings & Trust Daily Interest II"
874875

875-
[0.9.1-rc1]: https://github.com/ElementsProject/lightning/releases/tag/v0.9.1-rc1
876+
[0.9.1rc2]: https://github.com/ElementsProject/lightning/releases/tag/v0.9.1rc2
876877
[0.9.0]: https://github.com/ElementsProject/lightning/releases/tag/v0.9.0
877878
[0.8.2]: https://github.com/ElementsProject/lightning/releases/tag/v0.8.2
878879
[0.8.1]: https://github.com/ElementsProject/lightning/releases/tag/v0.8.1

0 commit comments

Comments
 (0)