summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorTom Caruso <carusot42@gmail.com>2020-07-31 13:25:06 -0400
committerGitHub <noreply@github.com>2020-07-31 10:25:06 -0700
commit223015a1facba4c2bfa1873235998cd845f0715e (patch)
tree7ef685721be5660e504afbc820b63d2201288ffc /changelog.rst
parentdf1b40ca2220b0211e8a86805788c70f674a1f1f (diff)
More explicit error message when DSN alias is not found (#1198)
* add a specific error message when DSN with provided alias is not found * update changelog & authors file
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index ca968dce..2c5e7ca7 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -17,6 +17,7 @@ Bug fixes:
* Minor typo fixes in `pgclirc`. (Thanks: `anthonydb`_)
* Fix for list index out of range when executing commands from a file (#1193). (Thanks: `Irina Truong`_)
* Move from `humanize` to `pendulum` for displaying query durations (#1015)
+* More explicit error message when connecting using DSN alias and it is not found.
3.0.0
=====