From 5e78960be07b26b170de30b2b3cca9f1f81fadac Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sat, 10 Aug 2019 09:55:19 +0930 Subject: [PATCH] CHANGELOG: note the support for #557. Signed-off-by: Rusty Russell --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 100964121..820ea7d98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. - Plugin: new notification `forward_event` offered/settled/failed/local_failed. - 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