Skip to content

Commit 0ed1f15

Browse files
committed
Added missing breaking change about history files
1 parent f0e9cc7 commit 0ed1f15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
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
35+
files created with versions older than 2.0.0 are not compatible.
3436
* Enhancements
3537
* Added support for custom tab completion and up-arrow input history to `cmd2.Cmd2.read_input`.
3638
See [read_input.py](https://github.com/python-cmd2/cmd2/blob/master/examples/read_input.py)

0 commit comments

Comments
 (0)