diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-06-06 13:37:55 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-06-06 13:37:55 -0400 |
commit | a7511e16b9bddd1c8245dc57bd62370e7fd7b1c7 (patch) | |
tree | a4251599448c5f09dc2b27f6c2f6cc82bf21df27 /CHANGELOG.md | |
parent | 8e1c779f63d0bfc5c33e190e5825a07c05d0be7d (diff) | |
download | cmd2-git-a7511e16b9bddd1c8245dc57bd62370e7fd7b1c7.tar.gz |
Added 1.1 release date to CHANGELOG1.1.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 44331511..5bd6a308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.1.0 (TBD, 2020) +## 1.1.0 (June 6, 2020) * Bug Fixes * Fixed issue where subcommand usage text could contain a subcommand alias instead of the actual name * Fixed bug in `ArgparseCompleter` where `fill_width` could become negative if `token_width` was large |