summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
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)
==================