From 81823e5fedd4d1114125cd7837c52af22f615f99 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 16 Oct 2018 14:10:15 +1030 Subject: [PATCH] CHANGELOG: add entry for help updates. This covers both cbde3e20f7fb4264ab0ccd88a04210a4852ad35c which added the parameter names, and d23a0e8adc9e870f41790dfb1c8f36f33b201cc7 which added fallback for missing man page entries. Signed-off-by: Rusty Russell --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23516212d..3f7e87fbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Protocol: we don't send redundant `node_announcement` on every new channel. - Config: config file can override `lightning-dir` (makes sense with `--conf`). - Config: `--conf` option is now relative to current directory, not `lightning-dir`. +- lightning-cli: `help ` prints basic information even if no man page found. ### Deprecated