Skip to content

Commit 6370022

Browse files
committed
Updated CHANGELOG
1 parent c628722 commit 6370022

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## 0.9.11 (TBD, 2019)
2+
* Bug Fixes
3+
* Fixed bug in how **history** command deals with multiline commands when output to a script
24
* Enhancements
5+
* Improvements to the **history** command
6+
* Simplified the display format and made it more similar to **bash**
7+
* Added **-x**, **--expanded** flag
8+
* output expanded commands instead of entered command (expands aliases, macros, and shortcuts)
9+
* Added **-v**, **--verbose** flag
10+
* display history and include expanded commands if they differ from the typed command
311
* Added ``matches_sort_key`` to override the default way tab completion matches are sorted
412
* Potentially breaking changes
513
* Made ``cmd2_app`` a positional and required argument of ``AutoCompleter`` since certain functionality now

0 commit comments

Comments
 (0)