From 10b23b8802d59f0c0cecbe2d7f4ae8af944cbf68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Hu=C3=9F?= Date: Thu, 18 Jun 2020 23:11:25 +0200 Subject: [PATCH] chore: add missing CHANGELOG entry for grouped help messages (#893) --- CHANGELOG.adoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 2565c816f..d893f27fb 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -17,8 +17,12 @@ | | Description | PR | 🐛 -| Return Error Message from Using --untag with Nonexistent Tag +| Return error message from using `--untag` with nonexistent tag | https://github.com/knative/client/pull/880[#880] + +| 🎁 +| Group commands in usage output with `kn --help` +| https://github.com/knative/client/pull/887[#887] |=== ## v0.15.1 (2020-06-03) @@ -28,7 +32,7 @@ | | Description | PR | 🐛 -| Update flag names to --request and --limit +| Update flag names to `--request` and `--limit` | https://github.com/knative/client/pull/872[#872] | 🐛