CHANGELOG: Add the record for forward_event

This commit is contained in:
trueptolemy
2019-07-30 16:40:13 +08:00
committed by ZmnSCPxj, ZmnSCPxj jxPCSmnZ
parent 7b59431a6c
commit 5c153de81e

View File

@@ -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