Skip to content

Commit ed25a1a

Browse files
committed
Updated change log
1 parent 48420de commit ed25a1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
* It is no longer necessary to set the `prog` attribute of an argparser with subcommands. cmd2 now automatically
1111
sets the prog value of it and all its subparsers so that all usage statements contain the top level command name
1212
and not sys.argv[0].
13+
* Breaking changes
14+
* Some constants were moved from cmd2.py to constants.py
15+
* cmd2 command decorators were moved to decorators.py. If you were importing them via cmd2's __init__.py, then
16+
there will be no issues.
1317

1418
## 0.9.19 (October 14, 2019)
1519
* Bug Fixes

0 commit comments

Comments
 (0)