summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-09-05 02:32:41 -0500
committerMichael Merickel <michael@merickel.org>2013-09-05 02:42:51 -0500
commitf6f1d1685f09f1ecd3717c90e687a6e3652b4fdc (patch)
tree5f69f35eae5578c63331197d17751f671f5af405 /CHANGES.txt
parentc41c76bf713b636a19e97b319294ecf98885d1b5 (diff)
downloadpyramid-f6f1d1685f09f1ecd3717c90e687a6e3652b4fdc.tar.gz
pyramid-f6f1d1685f09f1ecd3717c90e687a6e3652b4fdc.tar.bz2
pyramid-f6f1d1685f09f1ecd3717c90e687a6e3652b4fdc.zip
remove the deprecated request.response_* attributes
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index cdaad5a90..80578d539 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,13 @@
+Next Release
+============
+
+Backwards Incompatibilities
+---------------------------
+
+- Removed the ``request.response_*`` varying attributes. These attributes
+ have been deprecated since Pyramid 1.1, and as per the deprecation policy,
+ have now been removed.
+
1.5a1 (2013-08-30)
==================