You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## 0.8.1 (March TBD, 2018)
1
+
## 0.8.1 (March 9, 2018)
2
2
3
3
* Bug Fixes
4
4
* Fixed a bug if a non-existent **do_*** method was added to the ``exclude_from_help`` list
@@ -11,7 +11,7 @@
11
11
* Added option for persistent readline history
12
12
* See [persistent_history.py](https://github.com/python-cmd2/cmd2/blob/master/examples/persistent_history.py) for an example
13
13
* 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
15
15
* Improved documentation to make it more obvious that **poutput()** should be used instead of **print()**
16
16
*``exclude_from_help`` and ``excludeFromHistory`` are now instance instead of class attributes
17
17
* Added flag and index based tab completion helper functions
0 commit comments