diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-07-11 09:22:13 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-07-11 09:22:13 -0400 |
commit | 4f90260edb21d6134338e43f5465b54b261db2c5 (patch) | |
tree | 29c11f4ce7032f06f5ee54452c42b24799870eaf | |
parent | 0419f2584d2c162746549daf29f0b1677dd4d8d1 (diff) | |
download | cmd2-git-4f90260edb21d6134338e43f5465b54b261db2c5.tar.gz |
Updated CHANGELOG
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e22ee79..764d0061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -## 0.9.3 (TBD, 2018) +## 0.9.3 (July TBD, 2018) +* Bug Fixes + * Fixed bug when StatementParser ``__init__()`` was called with ``terminators`` equal to ``None`` + * Fixed bug when ``Cmd.onecmd()`` was called with a raw ``str`` ## 0.9.2 (June 28, 2018) * Bug Fixes |