diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-21 04:38:14 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-21 04:38:14 -0500 |
| commit | 2a13b0dff000c5cd766299c52d495d82e3ec83b7 (patch) | |
| tree | 3e154a67c3e0adcfaf76542d611c9a370427b7e3 /CHANGES.txt | |
| parent | beff12f0668f2f3b17fb07a65c09bc3e7af7cd0b (diff) | |
| download | pyramid-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.txt | 10 |
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 ------------- |
