Skip to content

Commit 7034ba9

Browse files
committed
Minor tweak to CHANGELOG
1 parent ddd33a0 commit 7034ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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, examples, and docs in the tarball
14+
* Improved PyPI packaging by including unit tests and examples in 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)