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 12da3bc06..780df9e8a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -66,6 +66,13 @@ Bug Fixes
``factory=`` to ``add_static_view`` to protect a particular static view
with a custom ACL.
+- ``testing.DummyRequest`` used the wrong registry (the global registry) as
+ ``self.registry`` if a dummy request was created *before* ``testing.setUp``
+ was executed (``testing.setUp`` pushes a local registry onto the
+ threadlocal stack). Fixed by implementing ``registry`` as a property for
+ DummyRequest instead of eagerly assigning an attribute.
+ See also https://github.com/Pylons/pyramid/issues/165
+
1.0 (2011-01-30)
================