summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2019-03-22 16:55:16 +0000
committerIrina Truong <i.chernyavska@gmail.com>2019-03-22 16:55:16 +0000
commitb0529bcc4f04d7e11bafa54def69a3c1a07a901d (patch)
treeec8ea608b578ad6a2953a4182ed0ca1f96fcbe06
parent3f0e47d7b3049bfd75ee54bc7643dd462bf6f615 (diff)
Changelog.
-rw-r--r--changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index 7db254c5..2667c11e 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -14,6 +14,7 @@ Bug fixes:
* 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`_)
+* Password authentication failed for user "postgres" when using non-default password (#1020). (Thanks: `Irina Truong`_)
Internal:
---------