From 1794b4b17482314bfc57285a71b78fce091870c3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 30 Mar 2012 02:31:06 -0400 Subject: note that this is a forward port --- CHANGES.txt | 8 ++++---- 1 file 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 -------- -- cgit v1.2.3