From fba050e8918ad630ceba3c4e69b2dac3b6bb1fc1 Mon Sep 17 00:00:00 2001 From: darosior Date: Mon, 27 May 2019 13:01:57 +0200 Subject: [PATCH] CHANGELOG: Add some informations about the new category field in commands --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b81e3e25c..b1e132b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Config: Increased default amount for minimal channel capacity from 1k sat to 10k sat. - Build: Non-developer builds are now done with "-Og" optimization. - JSON API: `pay` will no longer return failure until it is no longer retrying; previously it could "timeout" but still make the payment. +- JSON API: the command objects that `help` outputs now contain a new string field : `category` (can be "bitcoin", "channels", "network", "payment", "plugins", "utility", "developer" for native commands, or any other new category set by a plugin). +- Plugins: a plugin can now set the category of a newly created RPC command. This possibility has been added to libplugin.c and pylightning. +- CLI: the human readable help is now more human and more readable : commands are sorted alphabetically and ordered by categories. ### Deprecated