summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-21 04:38:14 -0500
committerChris McDonough <chrism@plope.com>2011-01-21 04:38:14 -0500
commit2a13b0dff000c5cd766299c52d495d82e3ec83b7 (patch)
tree3e154a67c3e0adcfaf76542d611c9a370427b7e3 /CHANGES.txt
parentbeff12f0668f2f3b17fb07a65c09bc3e7af7cd0b (diff)
downloadpyramid-2a13b0dff000c5cd766299c52d495d82e3ec83b7.tar.gz
pyramid-2a13b0dff000c5cd766299c52d495d82e3ec83b7.tar.bz2
pyramid-2a13b0dff000c5cd766299c52d495d82e3ec83b7.zip
- ``testing.setUp`` now adds a ``settings`` attribute to the registry (both
when it's passed a registry without any settings and when it creates one). - The ``testing.setUp`` function now takes a ``settings`` argument, which should be a dictionary. Its values will subsequently be available on the returned ``config`` object as ``config.registry.settings``.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 886f2d5ae..5b228e77a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -13,6 +13,16 @@ Features
to ``True``. If it is set to ``False``, the feature of the policy which
sets a cookie with a wilcard domain will be turned off.
+Bug Fixes
+---------
+
+- ``testing.setUp`` now adds a ``settings`` attribute to the registry (both
+ when it's passed a registry without any settings and when it creates one).
+
+- The ``testing.setUp`` function now takes a ``settings`` argument, which
+ should be a dictionary. Its values will subsequently be available on the
+ returned ``config`` object as ``config.registry.settings``.
+
Documentation
-------------