Skip to content

Commit 7131960

Browse files
committed
Updated CHANGES.md file
1 parent 10f365f commit 7131960

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@ News
88

99
* Bug fixes
1010
* Fixed a bug in displaying a span of history items when only an end index is supplied
11+
* Fixed a bug which caused transcript test failures to display twice
1112
* Enhancements
1213
* Added the ability to exclude commands from the help menu (**eof** included by default)
1314
* Redundant **list** command removed and features merged into **history** command
1415
* Added **pyscript** command which supports tab-completion and running Python scripts with arguments
16+
* Improved tab-completion of file system paths, particularly for paths containing a dash (**-**)
1517
* Changed default value of USE_ARG_LIST to True - this affects the beavhior of all **@options** commands
1618
* **WARNING**: This breaks backwards compatibility, to restore backwards compatibility, add this to the
1719
**__init__()** method in your custom class derived from cmd2.Cmd:
1820
* set_use_arg_list(False)
1921
* This change improves argument parsing for all new applications
22+
* Refactored code to encapsulate most of the pyparsing logic into a ParserManager class
2023

2124
0.7.2
2225
-----

0 commit comments

Comments
 (0)