summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-08-16 11:25:23 -0400
committerChris McDonough <chrism@plope.com>2012-08-16 11:25:23 -0400
commit9cdb28614e558a886cb75d1d9ce9689621199722 (patch)
tree41b16cd29290db03aa097dd7febfdb66bfa62812 /CHANGES.txt
parent14f69c57c4d83355e769db46692cfb36e87a4f70 (diff)
downloadpyramid-9cdb28614e558a886cb75d1d9ce9689621199722.tar.gz
pyramid-9cdb28614e558a886cb75d1d9ce9689621199722.tar.bz2
pyramid-9cdb28614e558a886cb75d1d9ce9689621199722.zip
readd set_request_property to docs (just so when people run across it in in-the-wild code they're not totally confused); we'll remove it later
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b2f37355b..a9dd18985 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -108,9 +108,8 @@ Features
Deprecations
------------
-- The documentation for
- ``pyramid.config.Configurator.set_request_property`` has been removed.
- The method remains usable but the more featureful
- ``pyramid.config.Configurator.set_request_method`` should be used in its
- place. It has all of the same capabilities but can also extend the
- request object with methods.
+- The ``pyramid.config.Configurator.set_request_property`` has been
+ documentation-deprecated. The method remains usable but the more
+ featureful ``pyramid.config.Configurator.set_request_method`` should be
+ used in its place (it has all of the same capabilities but can also extend
+ the request object with methods).