summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ac22aa36d..9cddc01b5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,10 +4,10 @@ Next release
Bug Fixes
---------
-- When no authentication policy was configured, a call to
- ``pyramid.security.effective_principals`` would unconditionally return the
- empty list. This was incorrect, it should have unconditionally returned
- ``[Everyone]``, and now does.
+- Forward port from 1.3 branch: When no authentication policy was configured,
+ a call to ``pyramid.security.effective_principals`` would unconditionally
+ return the empty list. This was incorrect, it should have unconditionally
+ returned ``[Everyone]``, and now does.
Features
--------