diff options
| author | Chris McDonough <chrism@plope.com> | 2013-07-12 10:33:26 -0600 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-07-12 10:33:26 -0600 |
| commit | a1786313496754fcc3db48ef66bc764b846452cb (patch) | |
| tree | ff9a46a7a4cb2531fd9e94283ed917883745715d | |
| parent | acc5ecb5423ef0b33ab45e6e378428f2188c2148 (diff) | |
| download | pyramid-a1786313496754fcc3db48ef66bc764b846452cb.tar.gz pyramid-a1786313496754fcc3db48ef66bc764b846452cb.tar.bz2 pyramid-a1786313496754fcc3db48ef66bc764b846452cb.zip | |
add an entry to changes about code merged from feature.prequest_login branch
| -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 |
