summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2021-03-23 11:51:24 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2021-03-23 11:51:24 -0400
commit3126eb792816e09ce56f24262447077df1bdc0c3 (patch)
tree3a80de210c8fc8fe49a0597e7b45bd638699a231 /CHANGELOG.md
parent3a4893ec32c6d38cad344667fead93e2eed8dc88 (diff)
downloadcmd2-git-exit_code.tar.gz
No longer using -1 as an exit codeexit_code
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 31a70aff..4f3b9472 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@
* Settables now have new initialization parameters. It is now a required parameter to supply the reference to the
object that holds the settable attribute. `cmd2.Cmd.settables` is no longer a public dict attribute - it is now a
property that aggregates all Settables across all registered CommandSets.
+ * Failed transcript testing now sets self.exit_code to 1 instead of -1.
* Enhancements
* Added support for custom tab completion and up-arrow input history to `cmd2.Cmd2.read_input`.
See [read_input.py](https://github.com/python-cmd2/cmd2/blob/master/examples/read_input.py)