Skip to content

Commit 4a233b8

Browse files
committed
Added description of history --clear flag to change log
1 parent 131e0d2 commit 4a233b8

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
@@ -2,6 +2,8 @@
22
* Bug Fixes
33
* Fixed bug when StatementParser ``__init__()`` was called with ``terminators`` equal to ``None``
44
* Fixed bug when ``Cmd.onecmd()`` was called with a raw ``str``
5+
* Enhancements
6+
* Added ``--clear`` flag to ``history`` command that clears both the command and readline history.
57
* Deletions
68
* The ``CmdResult`` helper class which was *deprecated* in the previous release has now been deleted
79
* It has been replaced by the improved ``CommandResult`` class

0 commit comments

Comments
 (0)