From 8782def302a98cefdd4a4c1d448f5226acf81103 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 30 Mar 2012 02:28:34 -0400 Subject: - 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. --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 859dc7b74..2393e28ec 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -18,6 +18,11 @@ Bug Fixes it can work on Windows. See https://github.com/Pylons/pyramid/issues/512 for more information. +- 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. + 1.3 (2012-03-21) ================ -- cgit v1.2.3