diff options
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index c3049a368..3934c5aed 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -141,12 +141,16 @@ Backward Incompatibilities of previous ``pyramid.httpexceptions.HTTPFound``. See https://github.com/Pylons/pyramid/pull/3328 -- Accept-handling has undergone work to get rid of undefined behaviors and - runtime exceptions. As part of this effort, it is now a hard error to pass - any media ranges to the ``accept`` predicate on routes and views. - Previously, depending on the version of WebOb, this would error on certain - requests or it would work in undefined ways. - https://github.com/Pylons/pyramid/pull/3326 +- Removed ``pyramid.config.Configurator.set_request_property`` which had been + deprecated since Pyramid 1.5. Instead use + ``pyramid.config.Configurator.add_request_method`` with ``reify=True`` or + ``property=True``. + See https://github.com/Pylons/pyramid/pull/3368 + +- Removed the ``principal`` keyword argument from + ``pyramid.security.remember`` which had been deprecated since Pyramid 1.6 + and replaced by the ``userid`` argument. + See https://github.com/Pylons/pyramid/pull/3369 Documentation Changes --------------------- |
