summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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