From 3229fbf8179bbf66f220577b04e46c36fe892dfd Mon Sep 17 00:00:00 2001 From: Ronuk Raval Date: Sun, 8 Dec 2024 22:49:54 -0500 Subject: [PATCH] Add missing CHANGELOG entry for #170 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 182b58430..9cd0f72fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ However, the output of the application is designed for humans, not machines, and ## [Unreleased] +### Added + +- [#170][i170]: A new `completions` subcommand that generates shell completions (thanks @shanesveller). + ### Fixed - Glitchy output where progress bars would sometimes overwrite normal text. @@ -138,4 +142,5 @@ An initial release with a reasonable complete implementation. [i4]: https://github.com/rraval/git-nomad/issues/4 [i5]: https://github.com/rraval/git-nomad/issues/5 [i125]: https://github.com/rraval/git-nomad/issues/125 +[i170]: https://github.com/rraval/git-nomad/issues/170 [i180]: https://github.com/rraval/git-nomad/issues/180