Skip to content

Commit

Permalink
Updated change log for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvanbrunt committed Feb 19, 2020
1 parent 23a0de4 commit 5ff2c53
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.10.1 (February TBD, 2020)
## 0.10.1 (February 19, 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.
Expand All @@ -20,6 +20,10 @@
* 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
* Notes
* This is a beta release leading up to the 1.0.0 release
* We intend no more breaking changes prior to 1.0.0
* Just bug fixes, documentation updates, and enhancements

## 0.10.0 (February 7, 2020)
* Enhancements
Expand Down

0 comments on commit 5ff2c53

Please sign in to comment.