diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-14 20:56:04 -0400 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-14 20:56:04 -0400 |
| commit | 5c73e15508e54c233b9fc77daf0d00156b195c3f (patch) | |
| tree | a0710088a8849afbf8e422f3dcee2f70e29d1fb6 /CHANGELOG.md | |
| parent | 6a52f64d52d35a83640e7e319a27f1ce8edd0ea2 (diff) | |
| download | cmd2-git-5c73e15508e54c233b9fc77daf0d00156b195c3f.tar.gz | |
Added table_display.py
Added example showing how to display tabular data in a cmd2 application.
Also:
- Updated CHANGELOG with data on all PRs since last release
- Bumped version to 0.8.2 in preparation for next release
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e3dd5a53..d82d191d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.8.2 (March TBD, 2018) + +* Bug Fixes + * Fixed a bug in tab-completion of command names within sub-menus + * Fixed a bug when using persistent readline history in Python 2.7 + * Fixed a bug where the ``AddSubmenu`` decorator didn't work with a default value for ``shared_attributes`` +* Enhancements + * 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 + * Added possibility of having readline history preservation in a SubMenu + * Added [table_display.py](https://github.com/python-cmd2/cmd2/blob/master/examples/table_display.py) example to demonstrate how to display tabular data + ## 0.8.1 (March 9, 2018) * Bug Fixes |
