diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-04-23 13:57:30 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-04-23 13:57:30 -0400 |
commit | dcafd4e6ee7069009c8ea87f69cd8d6f9fe99067 (patch) | |
tree | 12ae06e0d334699b3abdf5afbe43766da9c71ea4 /CHANGELOG.md | |
parent | 0bc9217858dccaf3f0f6490c46a2f831a739ecf9 (diff) | |
download | cmd2-git-dcafd4e6ee7069009c8ea87f69cd8d6f9fe99067.tar.gz |
Fixed issue where subcommand usage text could contain a subcommand alias instead of the actual name
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 23596a4b..c6fbd466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## 1.0.3 (TBD, 2020) +* Bug Fixes + * Fixed issue where subcommand usage text could contain a subcommand alias instead of the actual name * Enhancements * Made `ipy` consistent with `py` in the following ways * `ipy` returns whether any of the commands run in it returned True to stop command loop |