CHANGELOG: note the support for #557.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2019-08-10 09:55:19 +09:30
parent 51541f53d8
commit 5e78960be0

View File

@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- plugins: plugins can now suggest `lightning-cli` default to -H for responses. - plugins: plugins can now suggest `lightning-cli` default to -H for responses.
- Plugin: new notification `forward_event` offered/settled/failed/local_failed. - Plugin: new notification `forward_event` offered/settled/failed/local_failed.
- contrib: new `bootstrap-node.sh` to connect to random mainnet nodes. - contrib: new `bootstrap-node.sh` to connect to random mainnet nodes.
- Protocol: `--enable-experimental-features` adds gossip query extensions
aka https://github.com/lightningnetwork/lightning-rfc/pull/557
### Changed ### Changed