Skip to content

Commit

Permalink
Corrected breaking change about history
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvanbrunt committed Jun 7, 2021
1 parent 0ed1f15 commit 6a44970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Changed default behavior of `runcmds_plus_hooks()` to not stop when Ctrl-C is pressed and instead
run the next command in its list.
* Removed `cmd2.Cmd.quit_on_sigint` flag, which when `True`, quit the application when Ctrl-C was pressed at the prompt.
* 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
files created with versions older than 2.0.0 are not compatible.
* Enhancements
* Added support for custom tab completion and up-arrow input history to `cmd2.Cmd2.read_input`.
Expand Down

0 comments on commit 6a44970

Please sign in to comment.