Browse Source

doc/STYLE.md: be clear we're talking about JSON output.

Suggested-by: @ZmnSCPxj
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
release-0.9.0
Rusty Russell 5 years ago
parent
commit
406d0d09cf
  1. 4
      doc/STYLE.md

4
doc/STYLE.md

@ -198,8 +198,8 @@ for programs to deal with them sanely, and also perform translations.
All JSON API changes need a Changelog line (see below).
You can always add a new JSON field (Changelog-Added), but you cannot
remove one without going through a 6-month deprecation cycle
You can always add a new output JSON field (Changelog-Added), but you
cannot remove one without going through a 6-month deprecation cycle
(Changelog-Deprecated)
So, only output it if `deprecated-apis` is true, so users can test

Loading…
Cancel
Save