Skip to content

Commit 21f45c4

Browse files
committed
Updated CHANGELOG
- Set date for 0.9.2 release to today - Added comment about how we have improved the table_display.py example with the use of the new tableformatter module
1 parent 2521bd2 commit 21f45c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.9.2 (TBD, 2018)
1+
## 0.9.2 (June 28, 2018)
22
* Bug Fixes
33
* Fixed issue where piping and redirecting did not work correctly with paths that had spaces
44
* Enhancements
@@ -9,6 +9,8 @@
99
* Added ``chop`` argument to ``cmd2.Cmd.ppaged()`` method for displaying output using a pager
1010
* If ``chop`` is ``False``, then ``self.pager`` is used as the pager
1111
* Otherwise ``self.pager_chop`` is used as the pager
12+
* Greatly improved the [table_display.py](https://github.com/python-cmd2/cmd2/blob/master/examples/table_display.py) example
13+
* Now uses the new [tableformatter](https://github.com/python-tableformatter/tableformatter) module which looks better than ``tabulate``
1214
* Deprecations
1315
* The ``CmdResult`` helper class is *deprecated* and replaced by the improved ``CommandResult`` class
1416
* ``CommandResult`` has the following attributes: **stdout**, **stderr**, and **data**

0 commit comments

Comments
 (0)