From 9088b19ed9c311fbea133b83d8040d0337a2304e Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 21 Nov 2018 21:02:19 +1030 Subject: [PATCH] CHANGELOG: update to mention new getinfo fields. Fixes: 3f420dc408af2ec862ef886e069ea9f6e017275b Signed-off-by: Rusty Russell --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31bb59749..48d110d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added +- JSON API: `getinfo` now returns `num_peers` `num_pending_channels`, + `num_active_channels` and `num_inactive_channels` fields. - JSON API: use `\n\n` to terminate responses, for simplified parsing (pylightning now relies on this) ### Changed