diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-11-16 20:23:56 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-11-16 20:23:56 -0500 |
commit | 42cc988127aace0b07baae4f2c52befb90078f93 (patch) | |
tree | 4d8801c5951c53a0d5043256892025b316178ac5 /CHANGELOG.md | |
parent | 835e7dc64b485b19f57ff5650eb5dfe8a8a8a0f8 (diff) | |
download | cmd2-git-42cc988127aace0b07baae4f2c52befb90078f93.tar.gz |
Updated comments and change log
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c25bc9b..d71a2d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.9.21 (TBD, 2019) +* Enhancements + * Added `read_input()` function that is used to read from stdin. Unlike the Python built-in `input()`, it also has + an argument to disable tab completion while input is being entered. + ## 0.9.20 (November 12, 2019) * Bug Fixes * Fixed bug where setting `use_ipython` to False removed ipy command from the entire `cmd2.Cmd` class instead of |