Skip to content

Commit 6a44970

Browse files
committed
Corrected breaking change about history
1 parent 0ed1f15 commit 6a44970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* Changed default behavior of `runcmds_plus_hooks()` to not stop when Ctrl-C is pressed and instead
3232
run the next command in its list.
3333
* 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
34+
* The history bug fix resulted in structure changes to the classes in `cmd2.history`. Therefore, persistent history
3535
files created with versions older than 2.0.0 are not compatible.
3636
* Enhancements
3737
* Added support for custom tab completion and up-arrow input history to `cmd2.Cmd2.read_input`.

0 commit comments

Comments
 (0)