Skip to content

Commit 0ff1493

Browse files
committed
changelog: Add v0.9.3rc1..v0.9.3rc2 changes
1 parent 130280d commit 0ff1493

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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-
## [v0.9.3rc1] - 2021-01-10
7+
## [0.9.3rc2] - 2021-01-15
88

99
### Added
1010

@@ -22,6 +22,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- pyln: Added support for command notifications to LightningRpc via the `notify` context-manager. ([#4311])
2323
- pyln: Plugin methods can now report progress or status via the `Request.notify` function ([#4311])
2424
- pyln: plugins can now raise RpcException for finer control over error returns. ([#4279])
25+
- experimental-offers: enables fetch, payment and creation of (early draft) offers. ([#4328])
26+
- libplugin: init can return a non-NULL string to disable the plugin. ([#4328])
27+
- plugins: plugins can now disable themselves by returning `disable`, even if marked important. ([#4328])
28+
- experimental-onion-messages enables send, receive and relay of onion messages. ([#4328])
2529

2630
### Changed
2731

@@ -96,6 +100,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
96100
[#4278]: https://github.com/ElementsProject/lightning/pull/4278
97101
[#4243]: https://github.com/ElementsProject/lightning/pull/4243
98102
[#4282]: https://github.com/ElementsProject/lightning/pull/4282
103+
[#4328]: https://github.com/ElementsProject/lightning/pull/4328
99104
[v0.9.3rc1]: https://github.com/ElementsProject/lightning/releases/tag/v0.9.3rc1
100105

101106

0 commit comments

Comments
 (0)