From 406d0d09cf2dad1031c8028d2c754481554a159c Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 15 Jul 2020 15:12:38 +0930 Subject: [PATCH] doc/STYLE.md: be clear we're talking about JSON output. Suggested-by: @ZmnSCPxj Signed-off-by: Rusty Russell --- doc/STYLE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/STYLE.md b/doc/STYLE.md index 40c91dd47..a86e48219 100644 --- a/doc/STYLE.md +++ b/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