diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-09 16:43:21 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-09 16:43:21 -0500 |
| commit | 93fb5ded34af7732f2b376d95ceda9cbc79a7c7f (patch) | |
| tree | 83e7ace7b0967b1405e9a4fcf0044402deefafa4 | |
| parent | 7034ba92a3967d6e260d4ed7c0f66573fb4079c2 (diff) | |
| download | cmd2-git-93fb5ded34af7732f2b376d95ceda9cbc79a7c7f.tar.gz | |
Updated 0.8.1 release date in CHANGELOG
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 58722cf0..daca8f34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.8.1 (March TBD, 2018) +## 0.8.1 (March 9, 2018) * Bug Fixes * Fixed a bug if a non-existent **do_*** method was added to the ``exclude_from_help`` list @@ -11,7 +11,7 @@ * Added option for persistent readline history * See [persistent_history.py](https://github.com/python-cmd2/cmd2/blob/master/examples/persistent_history.py) for an example * See the [Searchable command history](http://cmd2.readthedocs.io/en/latest/freefeatures.html#searchable-command-history) section of the documentation for more info - * Improved PyPI packaging by including unit tests and examples in the tarball + * Improved PyPI packaging by including unit tests and examples ain the tarball * Improved documentation to make it more obvious that **poutput()** should be used instead of **print()** * ``exclude_from_help`` and ``excludeFromHistory`` are now instance instead of class attributes * Added flag and index based tab completion helper functions |
