summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Cope <olly@ollycope.com>2022-12-14 14:35:04 +0000
committerOlly Cope <olly@ollycope.com>2022-12-14 14:35:04 +0000
commitbaa4d78e925b8129d54a42f695172ecda753caf5 (patch)
tree41dbe753ab1c29710984d872415fd519bf6e2f3f
parent7565e4e797287c7ecbc87f423f75cd37c0cdc267 (diff)
downloadyoyo-baa4d78e925b8129d54a42f695172ecda753caf5.tar.gz
Update changelog
-rw-r--r--CHANGELOG.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 67d3983..1194eb7 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,12 @@
+8.2.0
+---------------------------
+
+* Bugfix: prevent duplicate 'BEGIN' statements being issued with Postgresql
+ backend. This adds a new ``rollback_on_exit`` argument to the
+ ``DatabaseBackend.transaction()`` method and removes the ``rollback`` method
+ from the returned ``TransactionManager`` object.
+* Add support for Python 3.11
+
8.1.0 (released 2022-11-03)
---------------------------