diff options
| author | Chris McDonough <chrism@plope.com> | 2013-07-15 23:10:03 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-07-15 23:10:03 -0400 |
| commit | df3cd8dd94d8529e211d3319bb10a3ced1b3990b (patch) | |
| tree | 924a201c5438e316cb8fa2677852ff834c356179 /CHANGES.txt | |
| parent | fc105d25af21589a5836c479684be0dc514adee3 (diff) | |
| parent | 75fc4ac60ed4217cfaed4145656b7cefdc05cb04 (diff) | |
| download | pyramid-df3cd8dd94d8529e211d3319bb10a3ced1b3990b.tar.gz pyramid-df3cd8dd94d8529e211d3319bb10a3ced1b3990b.tar.bz2 pyramid-df3cd8dd94d8529e211d3319bb10a3ced1b3990b.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ba8aae559..0dff0f047 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,8 +4,11 @@ next release Features -------- -- ``scripts/prequest.py``: add support for submitting ``PUT`` and ``PATCH`` - requests. See https://github.com/Pylons/pyramid/pull/1033. +- ``scripts/prequest.py``: add support for submitting ``PUT`` and ``PATCH`` + requests. See https://github.com/Pylons/pyramid/pull/1033. add support for + submitting ``OPTIONS`` and ``PROPFIND`` requests, and allow users to specify + basic authentication credentials in the request via a ``--login`` argument to + the script. See https://github.com/Pylons/pyramid/pull/1039. - ``ACLAuthorizationPolicy`` supports ``__acl__`` as a callable. This removes the ambiguity between the potential ``AttributeError`` that would @@ -98,7 +101,9 @@ Bug Fixes predicate mismatch error when trying to use GET or DELETE methods. Now the views are found and no predicate mismatch is raised. - See https://github.com/Pylons/pyramid/pull/786 + See https://github.com/Pylons/pyramid/pull/786 and + https://github.com/Pylons/pyramid/pull/1004 and + https://github.com/Pylons/pyramid/pull/1046 - Spaces and dots may now be in mako renderer template paths. This was broken when support for the new makodef syntax was added in 1.4a1. |
