From 2a13b0dff000c5cd766299c52d495d82e3ec83b7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 21 Jan 2011 04:38:14 -0500 Subject: - ``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``. --- CHANGES.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGES.txt') 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 ------------- -- cgit v1.2.3