From 15c40a14c41d90dada89a20085226d74406dfa92 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 11 Apr 2012 01:50:26 -0400 Subject: readme --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v1.2.3