summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-09-08 20:45:33 -0400
committerChris McDonough <chrism@plope.com>2013-09-08 20:45:33 -0400
commit780bbf9998fd805df55499ef4a78f41cbf99c7de (patch)
treef9811e9494e6c1b95002356f3aa05e743f1ca48b /CHANGES.txt
parent2c4f4e3cbd1b5b56bb17d2348df3c397efd0a8e4 (diff)
downloadpyramid-780bbf9998fd805df55499ef4a78f41cbf99c7de.tar.gz
pyramid-780bbf9998fd805df55499ef4a78f41cbf99c7de.tar.bz2
pyramid-780bbf9998fd805df55499ef4a78f41cbf99c7de.zip
- Removed the ``pyramid.view.is_response`` function that had been deprecated
since Pyramid 1.1. Use the ``pyramid.request.Request.is_response`` method instead.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 42ba8b3ce..989d1bca1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -77,6 +77,10 @@ Backwards Incompatibilities
since Pyramid 1.1. Instead use ``pyramid.static.static_view`` with
``use_subpath=True`` argument.
+- Removed the ``pyramid.view.is_response`` function that had been deprecated
+ since Pyramid 1.1. Use the ``pyramid.request.Request.is_response`` method
+ instead.
+
1.5a1 (2013-08-30)
==================