From 04e9a81136902862edfd23d63bfab8dfb0953cc3 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 9 Jul 2014 15:51:47 -0400 Subject: [PATCH] - add 0.9 changelog --- doc/build/changelog/changelog_09.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index eaa16cf3e5..f6aa96a0f4 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -14,6 +14,15 @@ :version: 0.9.7 :released: + .. change:: + :tags: bug, orm + :tickets: 3117 + + The "evaulator" for query.update()/delete() won't work with multi-table + updates, and needs to be set to `synchronize_session=False` or + `synchronize_session='fetch'`; a warning is now emitted. In + 1.0 this will be promoted to a full exception. + .. change:: :tags: bug, tests :versions: 1.0.0 -- 2.47.3