summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-11-23 01:12:34 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-11-23 01:12:34 -0500
commitf1d34d2d700a994774fbe543fafc1966ca515694 (patch)
treef84d372e3d0d030ae6c59276b645ec923fa91ccb /CHANGELOG.md
parent1cad8d92b87a227b331c0e86ddbbee25a6742650 (diff)
downloadcmd2-git-f1d34d2d700a994774fbe543fafc1966ca515694.tar.gz
Updated arguments to pfeedback and ppaged for consistency with other cmd2 print functions
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d78bf0ea..abf29028 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,11 @@
an argument to disable tab completion while input is being entered.
* Added capability to override the argument parser class used by cmd2 built-in commands. See override_parser.py
example for more details.
+ * Added `end` argument to `pfeedback()` to be consistent with the other print functions like `poutput()`.
+* Breaking changes
+ * For consistency between all the print functions:
+ * Made `end` and `chop` keyword-only arguments of `ppaged()`
+ * `end` is always added to message in `ppaged()`
## 0.9.20 (November 12, 2019)
* Bug Fixes