From 22bac63ecd35deac5f580c2d081b11c2caea4045 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 20 Jun 2011 00:37:34 -0400 Subject: note backwards incompat related to ISettings --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index dd3673173..30001a7b5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -563,6 +563,11 @@ Deprecations Backwards Incompatibilities --------------------------- +- Using ``testing.setUp`` now registers an ISettings utility as a side + effect. Some test code which queries for this utility after + ``testing.setUp`` via queryAdapter will expect a return value of ``None``. + This code will need to be changed. + - When a ``pyramid.exceptions.Forbidden`` error is raised, its status code now ``403 Forbidden``. It was previously ``401 Unauthorized``, for backwards compatibility purposes with ``repoze.bfg``. This change will -- cgit v1.2.3