summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2017-03-06 16:18:21 -0800
committerGitHub <noreply@github.com>2017-03-06 16:18:21 -0800
commit54d08ba9cd8f4c0db7931484c28fe8e3d29a586d (patch)
tree7b62ef876f68c4e7904dc6e52cce7bf35aadf337
parent5b2c3151e0c636ca3bf8c5632542167536ebe3d2 (diff)
parent0ab1cade0e216c038689b112f8ea6c27dab5cba5 (diff)
Merge pull request #648 from dbcli/amjith/release-1.5.0
Changelog update for 1.5.0
-rw-r--r--changelog.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index fc573afa..156562f7 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,3 +1,24 @@
+1.5.0
+=====
+
+Features:
+---------
+* Upgraded pgspecial to 1.7.0. (See `pgspecial changelog <https://github.com/dbcli/pgspecial/blob/master/changelog.rst>`_ for list of fixes)
+* Add a new config setting to allow expandable mode (Thanks: `Jonathan Boudreau <https://github.com/AGhost-7>`_)
+* Make pgcli prompt width short when the prompt is too long (Thanks: `Jonathan Virga <https://github.com/jnth>`_)
+* Add additional completion for ``ALTER`` keyword (Thanks: `Darik Gamble`_)
+* Make the menu size configurable. (Thanks `Darik Gamble`_)
+
+Bug Fixes:
+----------
+* Handle more connection failure cases. (Thanks: `Amjith Ramanujam`_)
+* Fix the connection failure issues with latest psycopg2. (Thanks: `Amjith Ramanujam`_)
+
+Internal Changes:
+-----------------
+
+* Add testing for Python 3.5 and 3.6. (Thanks: `Amjith Ramanujam`_)
+
1.4.0
=====