summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9e27a44..566a39b 100644
--- a/NEWS
+++ b/NEWS
@@ -39,7 +39,9 @@ New features:
control the session characteristics as it may create problems with external
connection pools such as pgbouncer; use :sql:`BEGIN` options instead
(:ticket:`#503`).
-- `~connection.isolation_level` is now writable.
+- `~connection.isolation_level` is now writable and entirely separated from
+ `~connection.autocommit`; added `~connection.readonly`,
+ `connection.deferrable` writable attributes.
Bug fixes: