summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2022-09-14 15:01:09 -0700
committerIrina Truong <i.chernyavska@gmail.com>2022-09-14 15:01:09 -0700
commit746c1c3455bb9e49acf7ce52dad9119bb39f0160 (patch)
treed8a9a23222d4cba0aff79707abc4c2c4378e846d
parent73d84eea2876864871bec0b45ddf4fda461602bb (diff)
Changelog.
-rw-r--r--changelog.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog.rst b/changelog.rst
index 952583eb..43a4c043 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -7,6 +7,7 @@ Bug fixes:
* Fix exception when retrieving password from keyring ([issue 1338](https://github.com/dbcli/pgcli/issues/1338)).
* Fix using comments with special commands ([issue 1362](https://github.com/dbcli/pgcli/issues/1362)).
* Small improvements to the Windows developer experience
+* Fix submitting queries in safe multiline mode ([1360](https://github.com/dbcli/pgcli/issues/1360)).
Internal:
---------
@@ -21,7 +22,7 @@ Bug fixes:
----------
* Fix the bug with Redshift not displaying word count in status ([related issue](https://github.com/dbcli/pgcli/issues/1320)).
-* Show the error status for CSV output format.
+* Show the error status for CSV output format.
3.4.0 (2022/02/21)