diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-08 22:34:24 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-08 22:34:24 -0500 |
| commit | 7034ba92a3967d6e260d4ed7c0f66573fb4079c2 (patch) | |
| tree | 48811225d808a3cc832379592c4938d29b0dc61a | |
| parent | ddd33a0842bb448e258e5b7893d7119e92714425 (diff) | |
| download | cmd2-git-7034ba92a3967d6e260d4ed7c0f66573fb4079c2.tar.gz | |
Minor tweak to CHANGELOG
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c19feaa0..58722cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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, examples, and docs in the tarball + * Improved PyPI packaging by including unit tests and examples in 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 |
