summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-10-30 19:04:51 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-10-30 19:04:51 -0400
commit210e4c7e3777102ff3de2f1b6eecd05eeb3e79fd (patch)
treef6a60a63d239d7edef61fca82321713fbb80ab4f /CHANGELOG.md
parente6dfe02901f8a6bf5059fa25ff28601af5366fad (diff)
downloadcmd2-git-210e4c7e3777102ff3de2f1b6eecd05eeb3e79fd.tar.gz
Updated change log
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8b2718a..74202640 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
* Enhancements
* Send all startup script paths to run_script. Previously we didn't do this if the file was empty, but that
showed no record of the run_script command in history.
+ * It is no longer necessary to set the `prog` attribute of an argparser with subcommands. cmd2 now automatically
+ sets the prog value of it and all its subparsers so that all usage statements contain the top level command name
+ and not sys.argv[0].
## 0.9.19 (October 14, 2019)
* Bug Fixes