From 76d7eb6a4b9bc73c7fb39c45730c7e2b480e8e98 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 12 Nov 2010 13:57:38 -0500 Subject: - Internal: ZCML directives no longer call get_current_registry() if there's a ``registry`` attribute on the ZCML context (kill off use of threadlocals). --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 6c8972d55..e7c42d659 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -61,6 +61,13 @@ Deprecations now (obtain the registry via ``pyramid.threadlocal.get_registry`` or as ``request.registry``). +Behavior Differences +-------------------- + +- Internal: ZCML directives no longer call get_current_registry() if there's + a ``registry`` attribute on the ZCML context (kill off use of + threadlocals). + 1.0a2 (2010-11-09) ================== -- cgit v1.2.3