diff options
| author | Chris McDonough <chrism@plope.com> | 2013-07-12 10:33:51 -0600 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-07-12 10:33:51 -0600 |
| commit | f47bccfb279ff102d1be2b4b37c201a4cde8f365 (patch) | |
| tree | 82cf363e19976fe18183207f44f47bb35bc18b6f /CHANGES.txt | |
| parent | 5794138257272c78925f762093a8567d5dddb257 (diff) | |
| parent | a1786313496754fcc3db48ef66bc764b846452cb (diff) | |
| download | pyramid-f47bccfb279ff102d1be2b4b37c201a4cde8f365.tar.gz pyramid-f47bccfb279ff102d1be2b4b37c201a4cde8f365.tar.bz2 pyramid-f47bccfb279ff102d1be2b4b37c201a4cde8f365.zip | |
Merge branch 'feature.prequest_login'
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ba8aae559..0156b24fd 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 |
