summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-11-10 01:39:53 -0600
committerMichael Merickel <michael@merickel.org>2014-11-10 01:39:53 -0600
commit3ffd40c295a1e37ec94b6123fff8fb4dd5f5abf5 (patch)
treef728701a53dd6f962939a6afe0e4dfc9a48e17b2
parent7a2b72c2ba018d6b75ee151843e37da67bbfc2bb (diff)
downloadpyramid-3ffd40c295a1e37ec94b6123fff8fb4dd5f5abf5.tar.gz
pyramid-3ffd40c295a1e37ec94b6123fff8fb4dd5f5abf5.tar.bz2
pyramid-3ffd40c295a1e37ec94b6123fff8fb4dd5f5abf5.zip
update changelog
-rw-r--r--CHANGES.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c1b729b3f..8083113ef 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -55,6 +55,13 @@ Bug Fixes
add another callback to the list. See
https://github.com/Pylons/pyramid/pull/1373
+Deprecations
+------------
+
+- Renamed the ``principal`` argument to ``pyramid.security.remember()`` to
+ ``userid`` in order to clarify its intended purpose.
+ See https://github.com/Pylons/pyramid/pull/1399
+
Docs
----
@@ -65,6 +72,10 @@ Docs
- Clarify a previously-implied detail of the ``ISession.invalidate`` API
documentation.
+- Improve and clarify the documentation on what Pyramid defines as a
+ ``principal`` and a ``userid`` in its security APIs.
+ See https://github.com/Pylons/pyramid/pull/1399
+
Scaffolds
---------