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 0ed1f15 commit 6a44970Copy full SHA for 6a44970
CHANGELOG.md
@@ -31,7 +31,7 @@
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
+ * The history bug fix resulted in structure changes to the classes in `cmd2.history`. 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`.
0 commit comments