From 906bfef4fdb2b83ffc585dd3d04173c8a7f826e7 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Mon, 3 Dec 2018 14:40:32 +0100 Subject: [PATCH] changelog: Add plugin JSON-RPC passthrough Signed-off-by: Christian Decker <@cdecker> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 978b32119..10ec480f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - 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) -- Plugins: Added plugins to `lightningd` and implemented the option passthrough. +- Plugins: Added plugins to `lightningd`, including option passthrough and JSON-RPC passthrough. ### Changed