summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-10-14 16:01:21 -0400
committerChris McDonough <chrism@plope.com>2012-10-14 16:01:21 -0400
commit6c4a1e7bdc4239e3c8fa3cfe6673a6e800ce113d (patch)
tree01b40784f098d34236e798b61f2fa897f5c115c5 /CHANGES.txt
parent1207dbed3f2e4cc765fd2078f9c622329324ffe0 (diff)
parent67fa5ad66216b6a1aa71fed639e3d2d82aa4458d (diff)
downloadpyramid-6c4a1e7bdc4239e3c8fa3cfe6673a6e800ce113d.tar.gz
pyramid-6c4a1e7bdc4239e3c8fa3cfe6673a6e800ce113d.tar.bz2
pyramid-6c4a1e7bdc4239e3c8fa3cfe6673a6e800ce113d.zip
Merge branch 'feature-basic-auth'
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index fbac16117..9b3ce1253 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,6 +11,9 @@ Features
- Comments with references to documentation sections placed in scaffold
``.ini`` files.
+- Added an HTTP Basic authentication policy
+ at ``pyramid.authentication.BasicAuthAuthenticationPolicy``.
+
Bug Fixes
---------
@@ -30,7 +33,7 @@ Bug Fixes
- When registering a view configuration that named a Chameleon ZPT renderer
with a macro name in it (e.g. ``renderer='some/template#somemacro.pt``) as
well as a view configuration without a macro name it it that pointed to the
- same template (e.g. ``renderer='some/template.pt'), internal caching could
+ same template (e.g. ``renderer='some/template.pt'``), internal caching could
confuse the two, and your code might have rendered one instead of the
other.