Skip to content

Commit 669daf6

Browse files
committed
release: Update CHANGELOG.md with changes since v0.9.0rc1
1 parent 15d1a19 commit 669daf6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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

77

8-
## [0.9.0rc2] - 2020-07-18
8+
## [0.9.0rc3] - 2020-07-24
99

1010
### Added
1111

@@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
- JSON-API: `listchannels` now shows channel `features`. ([3685](https://github.com/ElementsProject/lightning/pull/3685))
3131
- plugin: New `invoice_creation` plugin event ([3658](https://github.com/ElementsProject/lightning/pull/3658))
3232
- docs: Install documentation now has information about building for Alpine linux ([3660](https://github.com/ElementsProject/lightning/pull/3660))
33+
- plugin: Plugins can opt out of having an RPC connection automatically initialized on startup. ([3857](https://github.com/ElementsProject/lightning/pull/3857))
3334

3435
### Changed
3536

@@ -67,6 +68,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
6768
- macOS: Build for macOS Catalina / Apple clang v11.0.3 fixed ([3756](https://github.com/ElementsProject/lightning/pull/3756))
6869
- protocol: Fixed a deviation from BOLT#2: if both nodes advertised `option_upfront_shutdown_script` feature: MUST include ... a zero-length `shutdown_scriptpubkey`. ([3816](https://github.com/ElementsProject/lightning/pull/3816))
6970
- wumbo: negotiate successfully with Eclair nodes. ([3712](https://github.com/ElementsProject/lightning/pull/3712))
71+
- plugin: `bcli` no longer logs a harmless warning about being unable to connect to the JSON-RPC interface. ([3857](https://github.com/ElementsProject/lightning/pull/3857))
7072

7173
### Security
7274

@@ -781,7 +783,7 @@ There predate the BOLT specifications, and are only of vague historic interest:
781783
6. [0.5.1] - 2016-10-21
782784
7. [0.5.2] - 2016-11-21: "Bitcoin Savings & Trust Daily Interest II"
783785

784-
[0.9.0rc2]: https://github.com/ElementsProject/lightning/releases/tag/v0.9.0rc2
786+
[0.9.0rc3]: https://github.com/ElementsProject/lightning/releases/tag/v0.9.0rc3
785787
[0.8.2]: https://github.com/ElementsProject/lightning/releases/tag/v0.8.2
786788
[0.8.1]: https://github.com/ElementsProject/lightning/releases/tag/v0.8.1
787789
[0.8.0]: https://github.com/ElementsProject/lightning/releases/tag/v0.8.0

0 commit comments

Comments
 (0)