1
0
Fork 0

Changelog.

This commit is contained in:
Irina Truong 2022-09-14 15:01:09 -07:00
parent 73d84eea28
commit 746c1c3455
1 changed files with 2 additions and 1 deletions

View File

@ -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)