From 36852c36e6621bedd1614af1df5fbe27206a6a29 Mon Sep 17 00:00:00 2001 From: trueptolemy Date: Sun, 1 Sep 2019 21:56:36 +0800 Subject: [PATCH] CHANGELOG: Add the entry about `getroute` supports excluding nodes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9481a842..fcc360fac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - JSON API: `txprepare` now uses `outputs` as parameter other than `destination` and `satoshi` - 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. ### Deprecated