Skip to content

Commit

Permalink
add an entry to changes about code merged from feature.prequest_login…
Browse files Browse the repository at this point in the history
… branch
  • Loading branch information
mcdonc committed Jul 12, 2013
1 parent acc5ecb commit a178631
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGES.txt
Expand Up @@ -4,8 +4,11 @@ next release
Features Features
-------- --------


- ``scripts/prequest.py``: add support for submitting ``PUT`` and ``PATCH`` - ``scripts/prequest.py``: add support for submitting ``PUT`` and ``PATCH``
requests. See https://github.com/Pylons/pyramid/pull/1033. 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 - ``ACLAuthorizationPolicy`` supports ``__acl__`` as a callable. This
removes the ambiguity between the potential ``AttributeError`` that would removes the ambiguity between the potential ``AttributeError`` that would
Expand Down

0 comments on commit a178631

Please sign in to comment.