diff options
| author | Michael Merickel <michael@merickel.org> | 2014-11-10 01:39:53 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2014-11-10 01:39:53 -0600 |
| commit | 3ffd40c295a1e37ec94b6123fff8fb4dd5f5abf5 (patch) | |
| tree | f728701a53dd6f962939a6afe0e4dfc9a48e17b2 | |
| parent | 7a2b72c2ba018d6b75ee151843e37da67bbfc2bb (diff) | |
| download | pyramid-3ffd40c295a1e37ec94b6123fff8fb4dd5f5abf5.tar.gz pyramid-3ffd40c295a1e37ec94b6123fff8fb4dd5f5abf5.tar.bz2 pyramid-3ffd40c295a1e37ec94b6123fff8fb4dd5f5abf5.zip | |
update changelog
| -rw-r--r-- | CHANGES.txt | 11 |
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 --------- |
