From 0ab1cade0e216c038689b112f8ea6c27dab5cba5 Mon Sep 17 00:00:00 2001 From: Amjith Ramanujam Date: Fri, 3 Mar 2017 15:55:39 -0800 Subject: Changelog update for 1.5.0 --- changelog.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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 `_ for list of fixes) +* Add a new config setting to allow expandable mode (Thanks: `Jonathan Boudreau `_) +* Make pgcli prompt width short when the prompt is too long (Thanks: `Jonathan Virga `_) +* 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 ===== -- cgit v1.2.3