diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-03-10 01:45:42 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-03-10 01:45:42 -0500 |
commit | e21d11db137a34d919737506e8ecc49eb0d2f4e3 (patch) | |
tree | 2e221a2a4b5510f6ac29cda72057c7a631e1b4f9 /CHANGELOG.md | |
parent | c2890a4ad0261d65e8d4f3fbb5afdcac02e9e894 (diff) | |
download | cmd2-git-e21d11db137a34d919737506e8ecc49eb0d2f4e3.tar.gz |
Added StdSim.pause_storage to CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
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``. |