summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-03-07 19:57:28 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-03-07 19:57:28 -0500
commitd731cff17b5ef78431ca2e8453b35b9fc05a5dbe (patch)
tree5dfab206391b0cb36e4e459c601099a8b56c97df /CHANGELOG.md
parent5cc434b0150e38252bc6eaba91825805db08e5a4 (diff)
downloadcmd2-git-d731cff17b5ef78431ca2e8453b35b9fc05a5dbe.tar.gz
Refactored the Windows vs macOS/Linux conditional in ppaged()
Aslo: - Added some documentation for ppaged() - Updated CHANGELOG - Added line about ppaged() in README
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aec8e5a1..c19feaa0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,8 @@
* ``exclude_from_help`` and ``excludeFromHistory`` are now instance instead of class attributes
* Added flag and index based tab completion helper functions
* See [tab_completion.py](https://github.com/python-cmd2/cmd2/blob/master/examples/tab_completion.py)
+ * Added support for displaying output which won't fit on the screen via a pager using ``ppaged()``
+ * See [paged_output.py](https://github.com/python-cmd2/cmd2/blob/master/examples/paged_output.py)
* Attributes Removed (**can cause breaking changes**)
* ``abbrev`` - Removed support for abbreviated commands
* Good tab completion makes this unnecessary and its presence could cause harmful unintended actions