summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-11-02 22:48:30 -0400
committerChris McDonough <chrism@plope.com>2012-11-02 22:48:30 -0400
commitcb745b36a4b3b110728bfd4876e2d65649d22f3d (patch)
tree97d7cb005211e538ab2e64d32698767c8d9314c6 /CHANGES.txt
parent487cb60b9ffa5e50ca1cb7ca73787cbb51ca98f4 (diff)
downloadpyramid-cb745b36a4b3b110728bfd4876e2d65649d22f3d.tar.gz
pyramid-cb745b36a4b3b110728bfd4876e2d65649d22f3d.tar.bz2
pyramid-cb745b36a4b3b110728bfd4876e2d65649d22f3d.zip
garden; fixes #702
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0ef1a0593..86a9e8b50 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -21,6 +21,13 @@ Features
it doesn't make sense to assert that a nonexistent view is
execution-permitted. See https://github.com/Pylons/pyramid/issues/299.
+- Get rid of shady monkeypatching of ``pyramid.request.Request`` and
+ ``pyramid.response.Response`` done within the ``__init__.py`` of Pyramid.
+ Webob no longer relies on this being done. Instead, the ResponseClass
+ attribute of the Pyramid Request class is assigned to the Pyramid response
+ class; that's enough to satisfy WebOb and behave as it did before with the
+ monkeypatching.
+
Bug Fixes
---------