summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorAndy Schoenberger <akschoenberger@gmail.com>2023-02-27 18:20:59 -0500
committerGitHub <noreply@github.com>2023-02-27 15:20:59 -0800
commit8ef5392fd1f50591aaaa0a6ea204f7545edceddd (patch)
tree1647ec9155880835adc44f5f7e4a28bb28dd53cb /changelog.rst
parent0a502accfc5060e032eed5a7d919eb33e3617b2a (diff)
fix explain output when running with auto-vertical-output or max_width (#1396)
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 70f76abd..a8b268b0 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -20,6 +20,7 @@ Bug fixes:
* Fix \ev not producing a correctly quoted "schema"."view"
* Fix 'invalid connection option "dsn"' ([issue 1373](https://github.com/dbcli/pgcli/issues/1373)).
+* Fix explain mode when used with `expand`, `auto_expand`, or `--explain-vertical-output` ([issue 1393](https://github.com/dbcli/pgcli/issues/1393)).
3.5.0 (2022/09/15):
===================