Skip to content

Commit 450466e

Browse files
committed
Updated CHANGELOG with info on recent commits
1 parent 3800261 commit 450466e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
* Fixed a bug in tab-completion of command names within sub-menus
55
* Fixed a bug when using persistent readline history in Python 2.7
66
* Fixed a bug where the ``AddSubmenu`` decorator didn't work with a default value for ``shared_attributes``
7+
* Added a check to ``ppaged()`` to only use a pager when running in a real fully functional terminal
78
* Enhancements
89
* Added [quit_on_sigint](http://cmd2.readthedocs.io/en/latest/settingchanges.html#quit-on-sigint) attribute to enable canceling current line instead of quitting when Ctrl+C is typed
910
* Added possibility of having readline history preservation in a SubMenu
1011
* Added [table_display.py](https://github.com/python-cmd2/cmd2/blob/master/examples/table_display.py) example to demonstrate how to display tabular data
1112
* Added command aliasing with ``alias`` and ``unalias`` commands
1213
* Added the ability to load an initialization script at startup
1314
* See [alias_startup.py](https://github.com/python-cmd2/cmd2/blob/master/examples/alias_startup.py) for an example
15+
* Added a default SIGINT handler which terminates any open pipe subprocesses and re-raises a KeyboardInterrupt
1416

1517
## 0.8.1 (March 9, 2018)
1618

0 commit comments

Comments
 (0)