summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-04-11 01:50:26 -0400
committerChris McDonough <chrism@plope.com>2012-04-11 01:50:26 -0400
commit15c40a14c41d90dada89a20085226d74406dfa92 (patch)
tree89a46dc16f251ab13a85fdcb0a25cf8c10e51c47
parent8745ad9d33b70962ecb13ab5c5753c31a7e11ef2 (diff)
downloadpyramid-15c40a14c41d90dada89a20085226d74406dfa92.tar.gz
pyramid-15c40a14c41d90dada89a20085226d74406dfa92.tar.bz2
pyramid-15c40a14c41d90dada89a20085226d74406dfa92.zip
readme
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8f8286628..de4714bf2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -26,3 +26,6 @@ Features
``@view_config(request_method=('GET', 'HEAD', 'POST')``. This is because
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
+ request construction time.