summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-08-31 23:40:39 -0500
committerMichael Merickel <michael@merickel.org>2016-08-31 23:40:39 -0500
commitf9a5c5ba01066dfc81805def6aac8dab9dde2d67 (patch)
tree8c25b01203992222b7fe0989cf45d641dd4bd99c /CHANGES.txt
parentdd0a1589a3d6cbf4557ba4987fae48b715bf1714 (diff)
parent693cb098a7bc8fbff5fb97c1ac031d0b6e397060 (diff)
downloadpyramid-f9a5c5ba01066dfc81805def6aac8dab9dde2d67.tar.gz
pyramid-f9a5c5ba01066dfc81805def6aac8dab9dde2d67.tar.bz2
pyramid-f9a5c5ba01066dfc81805def6aac8dab9dde2d67.zip
Merge branch 'extract_http_basic' of canni/pyramid into 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..b485ae59e 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 `request` object, and returns them as a named tuple.
+
Bug Fixes
---------