From 8df27a7bbbd8585e742f02a81814416bedb2a302 Mon Sep 17 00:00:00 2001 From: trueptolemy Date: Fri, 23 Aug 2019 03:24:59 +0800 Subject: [PATCH] CHANGELOG: Add the entry for `sendpay_success` and `sendpay_failure` --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97b5e7891..44e7874f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`