@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ v0 .9.3rc1 ] - 2021-01-10
7
+ ## [ 0 .9.3rc2 ] - 2021-01-15
8
8
9
9
### Added
10
10
@@ -22,6 +22,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
22
- pyln: Added support for command notifications to LightningRpc via the ` notify ` context-manager. ([ #4311 ] )
23
23
- pyln: Plugin methods can now report progress or status via the ` Request.notify ` function ([ #4311 ] )
24
24
- 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 ] )
25
29
26
30
### Changed
27
31
@@ -96,6 +100,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
96
100
[ #4278 ] : https://github.com/ElementsProject/lightning/pull/4278
97
101
[ #4243 ] : https://github.com/ElementsProject/lightning/pull/4243
98
102
[ #4282 ] : https://github.com/ElementsProject/lightning/pull/4282
103
+ [ #4328 ] : https://github.com/ElementsProject/lightning/pull/4328
99
104
[ v0.9.3rc1 ] : https://github.com/ElementsProject/lightning/releases/tag/v0.9.3rc1
100
105
101
106
0 commit comments