summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2019-03-04 16:55:48 -0800
committerIrina Truong <i.chernyavska@gmail.com>2019-03-18 03:10:52 +0000
commit21e7c7cbc1e38d3b22d8bed2852428b25e828fc1 (patch)
treedf5038419ea1225a97dd343f68642f83e61879ac
parentd25d27846a3f3ed7eb673a93cc9e7691b99fe36b (diff)
Changelog.
-rw-r--r--changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index 069d782e..7db254c5 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -13,6 +13,7 @@ Bug fixes:
* All pexpect submodules have been moved into the pexpect package as of version 3.0. Use pexpect.TIMEOUT (Thanks: `Marcin Cieślak`_)
* Resizing pgcli terminal kills the connection to postgres in python 2.7 (Thanks: `Amjith Ramanujam`_)
* Fix crash retrieving server version with ``--single-connection``. (Thanks: `Irina Truong`_)
+* Cannot quit application without reconnecting to database (#1014). (Thanks: `Irina Truong`_)
Internal:
---------