From 50b6e21ce25dd1a0e15301ea9806cf663f481dfa Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Tue, 13 Nov 2018 00:48:50 +0100 Subject: [PATCH] changelog: Add missing Changelog entry from PR #2075 Signed-off-by: Christian Decker <@cdecker> --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3e70f875..978b32119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +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. ### Changed