summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-03-10 01:45:42 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-03-10 01:45:42 -0500
commite21d11db137a34d919737506e8ecc49eb0d2f4e3 (patch)
tree2e221a2a4b5510f6ac29cda72057c7a631e1b4f9 /CHANGELOG.md
parentc2890a4ad0261d65e8d4f3fbb5afdcac02e9e894 (diff)
downloadcmd2-git-e21d11db137a34d919737506e8ecc49eb0d2f4e3.tar.gz
Added StdSim.pause_storage to CHANGELOG
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 fcf90db8..37ccc9a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@
* Added **-v**, **--verbose** flag
* display history and include expanded commands if they differ from the typed command
* Added ``matches_sort_key`` to override the default way tab completion matches are sorted
+ * Added ``StdSim.pause_storage`` member which when True will cause ``StdSim`` to not save the output sent to it.
+ See documentation for ``CommandResult`` in ``pyscript_bridge.py`` for reasons pausing the storage can be useful.
* Potentially breaking changes
* Made ``cmd2_app`` a positional and required argument of ``AutoCompleter`` since certain functionality now
requires that it can't be ``None``.