summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-04-11 01:50:44 -0400
committerChris McDonough <chrism@plope.com>2012-04-11 01:50:44 -0400
commit4d35316687c67525d6f4fa8d5c3ecf8f5cdd590d (patch)
tree89a46dc16f251ab13a85fdcb0a25cf8c10e51c47 /CHANGES.txt
parent66c172200c938bb29cccd6b442607cff81898212 (diff)
parent15c40a14c41d90dada89a20085226d74406dfa92 (diff)
downloadpyramid-4d35316687c67525d6f4fa8d5c3ecf8f5cdd590d.tar.gz
pyramid-4d35316687c67525d6f4fa8d5c3ecf8f5cdd590d.tar.bz2
pyramid-4d35316687c67525d6f4fa8d5c3ecf8f5cdd590d.zip
Merge branch 'mmerickel.feature-instance-properties'
Diffstat (limited to 'CHANGES.txt')
-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.