Skip to content

Commit 93fb5de

Browse files
committed
Updated 0.8.1 release date in CHANGELOG
1 parent 7034ba9 commit 93fb5de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.8.1 (March TBD, 2018)
1+
## 0.8.1 (March 9, 2018)
22

33
* Bug Fixes
44
* Fixed a bug if a non-existent **do_*** method was added to the ``exclude_from_help`` list
@@ -11,7 +11,7 @@
1111
* Added option for persistent readline history
1212
* See [persistent_history.py](https://github.com/python-cmd2/cmd2/blob/master/examples/persistent_history.py) for an example
1313
* 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 and examples in the tarball
14+
* Improved PyPI packaging by including unit tests and examples ain the tarball
1515
* Improved documentation to make it more obvious that **poutput()** should be used instead of **print()**
1616
* ``exclude_from_help`` and ``excludeFromHistory`` are now instance instead of class attributes
1717
* Added flag and index based tab completion helper functions

0 commit comments

Comments
 (0)