summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-08-31 23:52:45 -0500
committerMichael Merickel <michael@merickel.org>2016-08-31 23:52:45 -0500
commit832ccde911a4b35e6577ea7e6751daa3d3117f60 (patch)
tree61703274877f29f2f982101db11cfd79bbe15baf /CHANGES.txt
parentdd0a1589a3d6cbf4557ba4987fae48b715bf1714 (diff)
parent0295ae858cb18bc280c6ace76fda44b4154a085c (diff)
downloadpyramid-832ccde911a4b35e6577ea7e6751daa3d3117f60.tar.gz
pyramid-832ccde911a4b35e6577ea7e6751daa3d3117f60.tar.bz2
pyramid-832ccde911a4b35e6577ea7e6751daa3d3117f60.zip
Merge branch 'canni-extract_http_basic'
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f679f9993..8fd6a8a91 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -19,6 +19,11 @@ Backward Incompatibilities
Features
--------
+- The `_get_credentials` private method of `BasicAuthAuthenticationPolicy`
+ has been extracted into standalone function ``extract_http_basic_credentials`
+ in `pyramid.authentication` module, this function extracts HTTP Basic
+ credentials from a ``request`` object, and returns them as a named tuple.
+
Bug Fixes
---------