Skip to content

Commit e21d11d

Browse files
committed
Added StdSim.pause_storage to CHANGELOG
1 parent c2890a4 commit e21d11d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* Added **-v**, **--verbose** flag
1111
* display history and include expanded commands if they differ from the typed command
1212
* Added ``matches_sort_key`` to override the default way tab completion matches are sorted
13+
* Added ``StdSim.pause_storage`` member which when True will cause ``StdSim`` to not save the output sent to it.
14+
See documentation for ``CommandResult`` in ``pyscript_bridge.py`` for reasons pausing the storage can be useful.
1315
* Potentially breaking changes
1416
* Made ``cmd2_app`` a positional and required argument of ``AutoCompleter`` since certain functionality now
1517
requires that it can't be ``None``.

0 commit comments

Comments
 (0)