summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-04-15 06:36:20 -0700
committerAmjith Ramanujam <amjith.r@gmail.com>2015-04-15 06:36:20 -0700
commit1b91c4e0600e00f0363aed3c0257889bd4c05d97 (patch)
tree5d5d1c1f009ebfb617322a14c060e9047e4459b1 /changelog.rst
parent7d4e57090c679e628259d5dab2fc9c0c33dfcb64 (diff)
Update Changelog.
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index e0465b55..5714458c 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -6,6 +6,11 @@ Features:
* Add support for auto-completing view names. (Thanks: darikg_)
* Add support for building RPM and DEB packages. (Thanks: dp_)
+* Add subsequence matching for completion. Previously completions only matched
+ a table name if it started with the partially typed word. Now completions
+ will match even if the partially typed word is in the middle of a suggestion.
+ eg: When you type 'mig', 'django_migrations' will be suggested. (Thanks: `Daniel Rocco`_)
+* Completion for built-in tables and temporary tables are suggested after entering a prefix of `pg_`. (Thanks: darikg_)
Bug Fixes:
----------