From ece0ec8bb9b41f2a3d5261110a8e694e547c72aa Mon Sep 17 00:00:00 2001 From: trueptolemy Date: Thu, 5 Sep 2019 22:46:22 +0800 Subject: [PATCH] CHANGELOG: Add the entry about `pay` can exclude error nodes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcc360fac..61e5a114a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Build: Now requires [`gettext`](https://www.gnu.org/software/gettext/) - JSON API: `fundchannel_cancel` is extended to work before funding broadcast. - JSON API: The parameter `exclude` of `getroute` now also support node-id. +- JSON-API: `pay` can exclude error nodes if the failcode of `sendpay` has the NODE bit set ### Deprecated