1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 10:17:15 +03:00

Update Changelog.

This commit is contained in:
Amjith Ramanujam 2015-04-15 06:36:20 -07:00
parent 7d4e57090c
commit 1b91c4e060

View File

@ -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:
----------