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] | 🐛