We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e9cc7 commit 0ed1f15Copy full SHA for 0ed1f15
CHANGELOG.md
@@ -31,6 +31,8 @@
31
* Changed default behavior of `runcmds_plus_hooks()` to not stop when Ctrl-C is pressed and instead
32
run the next command in its list.
33
* Removed `cmd2.Cmd.quit_on_sigint` flag, which when `True`, quit the application when Ctrl-C was pressed at the prompt.
34
+ * The history bug fix resulted in a change to the `cmd2.HistoryItem` class. Therefore, persistent history
35
+ files created with versions older than 2.0.0 are not compatible.
36
* Enhancements
37
* Added support for custom tab completion and up-arrow input history to `cmd2.Cmd2.read_input`.
38
See [read_input.py](https://github.com/python-cmd2/cmd2/blob/master/examples/read_input.py)
0 commit comments