summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorAndy Schoenberger <akschoenberger@gmail.com>2023-01-03 16:52:31 -0500
committerGitHub <noreply@github.com>2023-01-03 13:52:31 -0800
commit141873f86d299a7c8469392367b820960d01707a (patch)
treea8502f43ff8a6813186795afebe034b6fc9ee206 /changelog.rst
parent81b0431d80f84ecf86bd311c7e06afe291b965fd (diff)
Add config option to always run with a single connection (#1386)
Co-authored-by: Irina Truong <i.chernyavska@gmail.com>
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 0563a7b7..cc441c41 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -12,6 +12,7 @@ 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.
+* Config option to always run with a single connection.
Bug fixes:
----------