From ba4be3b32b271a5af37cab4e634ffa4c4cf06bd8 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 5 Mar 2011 12:28:16 -0500 Subject: [PATCH] 0.6.7 changelog message --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 202e34434e..907bc4a03a 100644 --- a/CHANGES +++ b/CHANGES @@ -363,6 +363,12 @@ CHANGES 0.6.7 ===== - orm + - Tightened the iterate vs. remove mutex around the + identity map iteration, attempting to reduce the + chance of an (extremely rare) reentrant gc operation + causing a deadlock. Might remove the mutex in + 0.7. [ticket:2087] + - Added a `name` argument to `Query.subquery()`, to allow a fixed name to be assigned to the alias object. [ticket:2030] -- 2.47.3