CHANGELOG: Add the entry for sendpay_success and sendpay_failure

This commit is contained in:
trueptolemy
2019-08-23 03:24:59 +08:00
committed by Rusty Russell
parent 3722d169ae
commit 8df27a7bbb

View File

@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- bolt11: support for parsing feature bits (field `9`).
- Protocol: we now retransmit `funding_locked` upon reconnection while closing if there was no update
- Plugin: new notifications `sendpay_success` and `sendpay_failure`.
### Changed
- JSON API: `txprepare` now uses `outputs` as parameter other than `destination` and `satoshi`