From 457123d3a1376a2ab713f0ff638313b0eacfcf3e Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Tue, 4 Feb 2020 21:57:05 -0500 Subject: Updated CHANGELOG and made a few minor tweaks --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 342aeaa0..d9c1e774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ * `continuation_prompt` * `self_in_py` * `prompt` + * `self.settable` changed to `self.settables` + * It is now a Dict[str, Settable] instead of Dict[str, str] + * **set** command now supports tab-completion of values + * Removed `cast()` utility function ## 0.9.25 (January 26, 2020) * Enhancements -- cgit v1.2.1