Skip to content

Commit 5ff2c53

Browse files
committed
Updated change log for release
1 parent 23a0de4 commit 5ff2c53

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.10.1 (February TBD, 2020)
1+
## 0.10.1 (February 19, 2020)
22
* Bug Fixes
33
* Corrected issue where the actual new value was not always being printed in do_set. This occurred in cases where
44
the typed value differed from what the setter had converted it to.
@@ -20,6 +20,10 @@
2020
* Removed undocumented `py run` command since it was replaced by `run_pyscript` a while ago
2121
* Renamed `AutoCompleter` to `ArgparseCompleter` for clarity
2222
* Custom `EmptyStatement` exception is no longer part of the documented public API
23+
* Notes
24+
* This is a beta release leading up to the 1.0.0 release
25+
* We intend no more breaking changes prior to 1.0.0
26+
* Just bug fixes, documentation updates, and enhancements
2327

2428
## 0.10.0 (February 7, 2020)
2529
* Enhancements

0 commit comments

Comments
 (0)