diff options
| -rw-r--r-- | CHANGES.txt | 3 |
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. |
