summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-11-17 20:20:15 -0600
committerMichael Merickel <michael@merickel.org>2014-11-17 20:20:15 -0600
commit3be89551889d87c5f7d86c18f2e92f03470ff4f9 (patch)
tree01be54a1ee57f59260cd31e4189ce968656013c9 /CHANGES.txt
parent2b59a35c4b5ec0f7052aacce3ffa66ce74cbae56 (diff)
parent170404ecddd2837b682f4af26575f03ccf456841 (diff)
downloadpyramid-3be89551889d87c5f7d86c18f2e92f03470ff4f9.tar.gz
pyramid-3be89551889d87c5f7d86c18f2e92f03470ff4f9.tar.bz2
pyramid-3be89551889d87c5f7d86c18f2e92f03470ff4f9.zip
Merge pull request #1399 from Pylons/feature.security-docs-enhancements
security docs enhancements
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index bcd4498c5..c7c829fb6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -96,6 +96,13 @@ Bug Fixes
- Fix route generation for static view asset specifications having no path.
See https://github.com/Pylons/pyramid/pull/1377
+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
----
@@ -106,6 +113,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
---------