From 188f251fa339eda74a97a790ac33b02a18363462 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 28 Jan 2021 16:49:19 -0500 Subject: Fixed FileNotFoundError which occurred when running 'history --clear' and no history file existed. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index be38ceb9..9bb30141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * Fixed bug where setting `always_show_hint=True` did not show a hint when completing `Settables` * Fixed bug in editor detection logic on Linux systems that do not have `which` * Fixed bug in table creator where column headers with tabs would result in an incorrect width calculation + * Fixed `FileNotFoundError` which occurred when running `history --clear` and no history file existed. * Enhancements * Added `silent_startup_script` option to `cmd2.Cmd.__init__()`. If `True`, then the startup script's output will be suppressed. Anything written to stderr will still display. -- cgit v1.2.1