From 9cdb28614e558a886cb75d1d9ce9689621199722 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 16 Aug 2012 11:25:23 -0400 Subject: 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 --- CHANGES.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'CHANGES.txt') 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). -- cgit v1.2.3