From 5c153de81e84664e33137eb01214171b6866e6aa Mon Sep 17 00:00:00 2001 From: trueptolemy <823220586@qq.com> Date: Tue, 30 Jul 2019 16:40:13 +0800 Subject: [PATCH] CHANGELOG: Add the record for `forward_event` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3ab77e3e..424274d1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Lightningd: add support for `signet` networks using the `--network=signet` or `--signet` startup option - JSON API: `listfunds` now returns also `funding_output` for `channels` - plugins: plugins can now suggest `lightning-cli` default to -H for responses. +- Plugin: new notification `forward_event` offered/settled/failed/local_failed. ### Changed