summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2017-08-06 21:16:08 -0600
committerGitHub <noreply@github.com>2017-08-06 21:16:08 -0600
commit887a8264150ee813242a0861cce2cddc787fd237 (patch)
treefa4149fad8a380407619d556123e62fe010742c1 /changelog.rst
parent4dc68b846ba18715fd9894efe50f78248188e746 (diff)
parent99c9040c3dad802fd0825dc10a6b09b0e3beb017 (diff)
Merge branch 'master' into koljonen/array_formatting
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index b3c795c5..98050104 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -6,12 +6,15 @@ Features:
* Add fish-style auto-suggestion from history. (Thanks: `Amjith Ramanujam`_)
* Improved formatting of arrays in output (Thanks: `Joakim Koljonen`_)
+* Don't quote identifiers that are non-reserved keywords. (Thanks: `Joakim Koljonen`_)
* Remove the ``...`` in the continuation prompt and use empty space instead. (Thanks: `Amjith Ramanujam`_)
Bug Fixes:
----------
* Fix the way we get host when using DSN (issue #765) (Thanks: `François Pietka`_)
+* Add missing keyword COLUMN after DROP (issue #769) (Thanks: `François Pietka`_)
+* Don't include arguments in function suggestions for backslash commands (Thanks: `Joakim Koljonen`_)
1.7.0
=====