summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2016-09-02 06:47:36 -0700
committerAmjith Ramanujam <amjith.r@gmail.com>2016-09-02 06:47:36 -0700
commitcea051922dc0ffcbe0a9d38bc722b46ffd666350 (patch)
tree8af863ccdf0304711066153e2d865ace298eb2c4
parent84aa89d11290876f9e07bf4a194ae61b8172a7e7 (diff)
Update Changelog.
-rw-r--r--changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index 568ade77..c30afcff 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -22,6 +22,7 @@ Bug Fixes:
* Work around sqlparse crashing after AS keyword. (Thanks: `Joakim Koljonen`_).
* Fix a crashing bug with named queries. (Thanks: `Joakim Koljonen`_).
* Replace timestampz alias since AWS Redshift does not support it. (Thanks: `Tahir Butt`_).
+* Prevent pgcli from hanging indefinitely when Postgres instance is not running. (Thanks: `Darik Gamble`_)
Internal Changes:
-----------------