summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2022-05-22 20:44:35 -0700
committerGitHub <noreply@github.com>2022-05-22 20:44:35 -0700
commit4485dcc9b09e2fc65940f0de32c886de00c3d13e (patch)
tree45bbe2ae65a3685c2e927b8ee6c2bd8aae336493 /changelog.rst
parentdd365f960eb7f0ea8185ec69b8762ac267a2258b (diff)
parent372da81ec4bb6572f293c00cdd5b3b4d3c38350d (diff)
Merge branch 'main' into fix-csv-status
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/changelog.rst b/changelog.rst
index aaf9887c..d6668c8c 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,5 +1,5 @@
-TBD
-===
+3.4.1 (2022/03/19)
+==================
Bug fixes:
----------
@@ -7,6 +7,7 @@ Bug fixes:
* Fix the bug with Redshift not displaying wor count in status ([related issue](https://github.com/dbcli/pgcli/issues/1320)).
* Show the error status for CSV output format.
+
3.4.0 (2022/02/21)
==================
@@ -50,6 +51,7 @@ Features:
`destructive_warning` setting to `all|moderate|off`, vs `true|false`. (#1239)
* Skip initial comment in .pg_session even if it doesn't start with '#'
* Include functions from schemas in search_path. (`Amjith Ramanujam`_)
+* Easy way to show explain output under F5
Bug fixes:
----------
@@ -1127,3 +1129,4 @@ Improvements:
.. _`thegeorgeous`: https://github.com/thegeorgeous
.. _`laixintao`: https://github.com/laixintao
.. _`anthonydb`: https://github.com/anthonydb
+.. _`Daniel Kukula`: https://github.com/dkuku