summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-06-26 21:00:57 -0400
committerChris McDonough <chrism@plope.com>2011-06-26 21:00:57 -0400
commit9395f0747ab5cee6b97674251c586dd662d0dd6d (patch)
treeb544ea409de2faf59e4a6504e174b0081931a3e0 /CHANGES.txt
parenta5ad9e9407bdd41681f4cd3b17b884e16681ebe5 (diff)
downloadpyramid-9395f0747ab5cee6b97674251c586dd662d0dd6d.tar.gz
pyramid-9395f0747ab5cee6b97674251c586dd662d0dd6d.tar.bz2
pyramid-9395f0747ab5cee6b97674251c586dd662d0dd6d.zip
- ``pyramid.testing.DummyRequest`` now raises deprecation warnings when
attributes deprecated for ``pyramid.request.Request`` are accessed (like ``response_content_type``). This is for the benefit of folks running unit tests which use DummyRequest instead of a "real" request, so they know things are deprecated without necessarily needing a functional test suite.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d25b1be66..1f0549895 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,15 @@
+Next release
+============
+
+Bug Fixes
+---------
+
+- ``pyramid.testing.DummyRequest`` now raises deprecation warnings when
+ attributes deprecated for ``pyramid.request.Request`` are accessed (like
+ ``response_content_type``). This is for the benefit of folks running unit
+ tests which use DummyRequest instead of a "real" request, so they know
+ things are deprecated without necessarily needing a functional test suite.
+
1.1a3 (2011-06-26)
==================