From db3f0ba965dfb6f42c8588dcb64bcb1e4c2ca5cb Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 20 Nov 2018 12:16:23 +1030 Subject: [PATCH] CHANGELOG: note that pylightning uses double-newline. Suggested-by: @ZmnSCPxj Signed-off-by: Rusty Russell --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c189d8c22..a523f16d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added -- JSON API: use `\n\n` to terminate responses, for simplified parsing. +- JSON API: use `\n\n` to terminate responses, for simplified parsing (pylightning now relies on this) ### Changed