Skip to content

Commit 9aeb231

Browse files
committed
Updated CHANGELOG with info on recent changes
1 parent 36c6987 commit 9aeb231

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,11 +1,19 @@
11
## 0.8.1 (TBD, 2018)
22

3+
* Bug Fixes
4+
* Fixed a bug if a non-existent **do_*** method was added to the ``exclude_from_help`` list
5+
* Fixed a bug in a unit test which would fail if your home directory was empty on a Linux system
6+
* Fixed outdated help text for the **edit** command
7+
* Fixed outdated [remove_unused.py](https://github.com/python-cmd2/cmd2/blob/master/examples/remove_unused.py)
38
* Enhancements
49
* Added support for sub-menus.
510
* See [submenus.py](https://github.com/python-cmd2/cmd2/blob/master/examples/submenus.py) for an example of how to use it
611
* Added option for persistent readline history
712
* See [persistent_history.py](https://github.com/python-cmd2/cmd2/blob/master/examples/persistent_history.py) for an example
813
* See the [Searchable command history](http://cmd2.readthedocs.io/en/latest/freefeatures.html#searchable-command-history) section of the documentation for more info
14+
* Improved PyPI packaging by including unit tests, examples, and docs in the tarball
15+
* Improved documentation to make it more obvious that **poutput()** should be used instead of **print()**
16+
* ``exclude_from_help`` and ``excludeFromHistory`` are now instance instead of class attributes
917

1018
## 0.8.0 (February 1, 2018)
1119
* Bug Fixes

0 commit comments

Comments
 (0)