summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-11-18 07:32:30 -0500
committerChris McDonough <chrism@plope.com>2013-11-18 07:32:30 -0500
commit34ea769fba7a890ac0cc69b86ccc2002de864b15 (patch)
treedc0773163f742f420678a4c2d4168f43cb20a595
parentfb15c26a2960d5f7bf598c147f1dd6ad6a062952 (diff)
downloadpyramid-34ea769fba7a890ac0cc69b86ccc2002de864b15.tar.gz
pyramid-34ea769fba7a890ac0cc69b86ccc2002de864b15.tar.bz2
pyramid-34ea769fba7a890ac0cc69b86ccc2002de864b15.zip
remove lies
-rw-r--r--CHANGES.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9f780fe45..ad51ed174 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -119,12 +119,6 @@ Deprecations
- The ``pyramid.security.has_permission`` API is now deprecated. Instead, use
the newly-added ``has_permission`` method of the request object.
-- The ``pyramid.security.forget`` API is now deprecated. Instead, use
- the newly-added ``forget_userid`` method of the request object.
-
-- The ``pyramid.security.remember`` API is now deprecated. Instead, use
- the newly-added ``remember_userid`` method of the request object.
-
- The ``pyramid.security.effective_principals`` API is now deprecated.
Instead, use the newly-added ``effective_principals`` attribute of the
request object.