CHANGELOG: note that pylightning uses double-newline.

Suggested-by: @ZmnSCPxj
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2018-11-20 12:16:23 +10:30 committed by Christian Decker
parent b9b7411d88
commit db3f0ba965

View file

@ -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