summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2016-07-03 20:31:38 -0700
committerGitHub <noreply@github.com>2016-07-03 20:31:38 -0700
commitd947031e9968493f59fdc97ab0236cc1d8b6ee06 (patch)
treee99ffc25a480538a90891379ced45a9b3e4cd29e
parent9fb3e1b8b4da17c5c2f360720f3807b510bf2762 (diff)
parentdb140fb766d16afc0af02a0e6ce57453a70df8c8 (diff)
Merge pull request #541 from dbcli/amjith/release-1.1.0
Update changelog for release 1.1.0.
-rw-r--r--changelog.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index 269dc8c6..ef728c14 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,3 +1,22 @@
+1.1.0
+=====
+
+Features:
+---------
+
+* Add support for ``\db`` command. (Thanks: `Irina Truong`_)
+
+Bugs:
+-----
+
+* Fix the crash at startup while parsing the postgres url with port number. (Thanks: `Eric Wald`_)
+* Fix the crash with Redshift databases. (Thanks: `Darik Gamble`_)
+
+Internal Changes:
+-----------------
+
+* Upgrade pgspecial to 1.5.0 and above.
+
1.0.0
=====
@@ -492,3 +511,4 @@ Improvements:
.. _`Joakim Koljonen`: https://github.com/koljonen
.. _`Anže Pečar`: https://github.com/Smotko
.. _`Catherine Devlin`: https://github.com/catherinedevlin
+.. _`Eric Wald`: https://github.com/eswald