We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005a918 commit eecb0acCopy full SHA for eecb0ac
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.10.1 (TBD)
+## 0.10.1 (February TBD, 2020)
2
* Bug Fixes
3
* Corrected issue where the actual new value was not always being printed in do_set. This occurred in cases where
4
the typed value differed from what the setter had converted it to.
@@ -19,6 +19,7 @@
19
* Other
20
* Removed undocumented `py run` command since it was replaced by `run_pyscript` a while ago
21
* Renamed `AutoCompleter` to `ArgparseCompleter` for clarity
22
+ * Custom `EmptyStatement` exception is no longer part of the documented public API
23
24
## 0.10.0 (February 7, 2020)
25
* Enhancements
0 commit comments