summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-19 00:09:52 -0500
committerGitHub <noreply@github.com>2020-02-19 00:09:52 -0500
commit566f38c158e6e758a75ab7d9a020fa9e798d194a (patch)
tree19e80cf50968d7ae7573de1a8e6418a1f80b24bc /CHANGELOG.md
parent970c5fc42c69c1c03640c979df341e85e3c38848 (diff)
parenteecb0ac77e75ae5c6917a6768d8a62cb5789649b (diff)
downloadcmd2-git-566f38c158e6e758a75ab7d9a020fa9e798d194a.tar.gz
Merge pull request #893 from python-cmd2/EmptyStatement_visibility
Empty statement visibility adjustment
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb81ab17..6d91aaca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.10.1 (TBD)
+## 0.10.1 (February TBD, 2020)
* Bug Fixes
* Corrected issue where the actual new value was not always being printed in do_set. This occurred in cases where
the typed value differed from what the setter had converted it to.
@@ -19,6 +19,7 @@
* Other
* Removed undocumented `py run` command since it was replaced by `run_pyscript` a while ago
* Renamed `AutoCompleter` to `ArgparseCompleter` for clarity
+ * Custom `EmptyStatement` exception is no longer part of the documented public API
## 0.10.0 (February 7, 2020)
* Enhancements