summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2019-04-28 15:06:01 -0700
committerGitHub <noreply@github.com>2019-04-28 15:06:01 -0700
commit3fd91012f20faef6f823cae3b0ba970181e30c75 (patch)
tree543dce7bdae3493bbb94a98b010bc5f1455e8c94 /changelog.rst
parent9a53fe859acbbf833c05f14e673d5cc76e5fe135 (diff)
More intelligent dsn format (#1045)
* Psycopg2 already has a method to format a dsn. We should use it. Fix for #1043. * Changelog. * pep8.
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/changelog.rst b/changelog.rst
index 91f908a5..fa7d402d 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -6,6 +6,7 @@ Bug fixes:
* Escape switches to VI navigation mode when not canceling completion popup. (Thanks: `Nathan Verzemnieks`_)
* Allow application_name to be overridden. (Thanks: `raylu`_)
* Fix for "no attribute KeyringLocked" (#1040). (Thanks: `Irina Truong`_)
+* Pgcli no longer works with password containing spaces (#1043). (Thanks: `Irina Truong`_)
2.1.0
=====
@@ -960,4 +961,5 @@ Improvements:
.. _`Scott Brenstuhl`: https://github.com/808sAndBR
.. _`easteregg`: https://github.com/verfriemelt-dot-org
.. _`Nathan Verzemnieks`: https://github.com/njvrzm
-.. _`raylu`: https://github.com/benchling
+.. _`raylu`: https://github.com/raylu
+