summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-04-16 11:48:31 -0400
committerChris McDonough <chrism@plope.com>2012-04-16 11:48:31 -0400
commit04e71690aaa32cb75af1095654d3f7e89946dab3 (patch)
tree923480b4ab6ab3ec848db769c7f1f777636e9ce6 /CHANGES.txt
parent2861f1df38b79f4a1e31b5ac1bd86acd8c25928e (diff)
parent4aafed62140a7e3937b7e2fd6c349a771b07e25c (diff)
downloadpyramid-04e71690aaa32cb75af1095654d3f7e89946dab3.tar.gz
pyramid-04e71690aaa32cb75af1095654d3f7e89946dab3.tar.bz2
pyramid-04e71690aaa32cb75af1095654d3f7e89946dab3.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index de4714bf2..337754162 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -27,5 +27,5 @@ Features
HEAD is a variant of GET that omits the body, and WebOb has special support
to return an empty body when a HEAD is used.
-- ``config.set_request_properties`` now causes less code to be executed at
+- ``config.set_request_property`` now causes less code to be executed at
request construction time.