Skip to content

Commit 0983226

Browse files
committed
Updated change log
1 parent cfb09fe commit 0983226

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
input from previous invocations of `cmd2` based apps now shows in the `history` command.
2929
* Text scripts now run immediately instead of adding their commands to `cmdqueue`. This allows easy capture of
3030
the entire script's output.
31-
* Added member to CommandResult called stop which is the return value of onecmd_plus_hooks after it runs the given
32-
command line.
31+
* Added member to `CommandResult` called `stop` which is the return value of onecmd_plus_hooks after it runs
32+
the given command line.
3333
* Breaking changes
3434
* Replaced `unquote_redirection_tokens()` with `unquote_specific_tokens()`. This was to support the fix
3535
that allows terminators in alias and macro values.
@@ -46,8 +46,8 @@
4646
* HistoryItem class is no longer a subclass of `str`. If you are directly accessing the `.history` attribute
4747
of a `cmd2` based app, you will need to update your code to use `.history.get(1).statement.raw` instead.
4848
* Removed internally used `eos` command that was used to keep track of when a text script's commands ended
49-
* Removed cmd2 member called _STOP_AND_EXIT since it was just a boolean value that should always be True
50-
* Removed cmd2 member called _should_quit since PyscriptBridge now handles this logic
49+
* Removed `cmd2` member called `_STOP_AND_EXIT` since it was just a boolean value that should always be True
50+
* Removed `cmd2` member called `_should_quit` since `PyscriptBridge` now handles this logic
5151
* **Python 3.4 EOL notice**
5252
* Python 3.4 reached its [end of life](https://www.python.org/dev/peps/pep-0429/) on March 18, 2019
5353
* This is the last release of `cmd2` which will support Python 3.4

0 commit comments

Comments
 (0)