summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-11-23 18:15:37 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-11-23 18:15:37 -0500
commitc5632b3a703a27ed975667d32fd7ff62097cbed6 (patch)
tree6fa03bbfe2c031d5312861e86f7e8f828d633a09 /CHANGELOG.md
parent3f1b75df79fb2616d43faaa3c30552953c55488b (diff)
downloadcmd2-git-c5632b3a703a27ed975667d32fd7ff62097cbed6.tar.gz
Added apply_style to pwarning()
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index abf29028..780c9ad5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
* 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()`.
+ * Added `apply_style` to `pwarning()`.
* Breaking changes
* For consistency between all the print functions:
* Made `end` and `chop` keyword-only arguments of `ppaged()`