diff options
| author | Michael Merickel <mmerickel@users.noreply.github.com> | 2016-04-15 12:01:12 -0500 |
|---|---|---|
| committer | Michael Merickel <mmerickel@users.noreply.github.com> | 2016-04-15 12:01:12 -0500 |
| commit | bf33b200bbb72114ca55150724b0a4c51d7ef535 (patch) | |
| tree | 95da7683277677c7450a3ea5e5e715976a5a608e /docs/whatsnew-1.7.rst | |
| parent | 091c27d82dfbae44409fe1fe360b3189d55ba2bd (diff) | |
| download | pyramid-bf33b200bbb72114ca55150724b0a4c51d7ef535.tar.gz pyramid-bf33b200bbb72114ca55150724b0a4c51d7ef535.tar.bz2 pyramid-bf33b200bbb72114ca55150724b0a4c51d7ef535.zip | |
link to router chapter
Diffstat (limited to 'docs/whatsnew-1.7.rst')
| -rw-r--r-- | docs/whatsnew-1.7.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/whatsnew-1.7.rst b/docs/whatsnew-1.7.rst index cc63b4cb4..83ece690e 100644 --- a/docs/whatsnew-1.7.rst +++ b/docs/whatsnew-1.7.rst @@ -15,8 +15,9 @@ Backwards Incompatibilities ``md5`` to ``sha512``. If you are using the authentication policy and need to continue using ``md5``, please explicitly set ``hashalg='md5'``. - This change means that any existing auth tickets (and associated cookies) - will no longer be valid, users will be logged out, and have to login to their + If you are not currently specifying the ``hashalg`` option in your apps, then + this change means any existing auth tickets (and associated cookies) will no + longer be valid, users will be logged out, and have to login to their accounts again. This change has been issuing a DeprecationWarning since :app:`Pyramid` 1.4. @@ -64,7 +65,8 @@ Feature Additions - A new event, :class:`pyramid.events.BeforeTraversal`, and interface :class:`pyramid.interfaces.IBeforeTraversal` have been introduced that will notify listeners before traversal starts in the router. - See https://github.com/Pylons/pyramid/pull/2469 and + See :ref:`router_chapter` as well as + https://github.com/Pylons/pyramid/pull/2469 and https://github.com/Pylons/pyramid/pull/1876 - A new method, :meth:`pyramid.request.Request.invoke_exception_view`, which |
