summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2023-01-02 14:53:08 -0800
committerIrina Truong <i.chernyavska@gmail.com>2023-01-02 14:53:08 -0800
commit4e7bd7cc7a30c0dcb6f2d824e4d4dd4c41c4f21e (patch)
tree816e04ae013b73cbc93f3eff4b92841ee6965a9f /changelog.rst
parent87d9b2da77ef47a8012bc87c2d898b7b32e75f73 (diff)
Changelog.
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/changelog.rst b/changelog.rst
index 24c5b577..0563a7b7 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -4,7 +4,7 @@ Upcoming
Features:
---------
-* Changed the `destructive_warning` config to be a list of commands that are considered
+* Changed the `destructive_warning` config to be a list of commands that are considered
destructive. This would allow you to be warned on `create`, `grant`, or `insert` queries.
* Destructive warnings will now include the alias dsn connection string name if provided (-D option).
* pgcli.magic will now work with connection URLs that use TLS client certificates for authentication
@@ -12,7 +12,12 @@ Features:
Also prevents getting stuck in a retry loop.
* Config option to not restart connection when cancelling a `destructive_warning` query. By default,
it will now not restart.
+
+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)).
3.5.0 (2022/09/15):
===================