Michael Merickel
2017-07-14 29615272e0f5668373f5e1eca56d3209cfac8ffa
docs/whatsnew-1.8.rst
@@ -16,6 +16,10 @@
include documentation improvements and other minor feature changes.
- :ref:`changes_1.8.1`
- :ref:`changes_1.8.2`
- :ref:`changes_1.8.3`
- :ref:`changes_1.8.4`
- :ref:`changes_1.8.5`
Major Feature Additions
-----------------------
@@ -30,7 +34,7 @@
  See https://github.com/Pylons/pyramid/pull/2660
- ``pserve --reload`` now uses the
  `hupper <http://docs.pylonsproject.org/projects/hupper/en/latest/>`_
  `hupper <https://docs.pylonsproject.org/projects/hupper/en/latest/>`_
  library to monitor file changes. This comes with many improvements:
  - If the `watchdog <http://pythonhosted.org/watchdog/>`_ package is
@@ -120,9 +124,16 @@
  See https://github.com/Pylons/pyramid/pull/2864
- Added an ``override`` option to
  :meth:`pyraid.config.Configurator.add_translation_dirs` to allow
  :meth:`pyramid.config.Configurator.add_translation_dirs` to allow
  later calls to place translation directories at a higher priority then
  earlier calls. See https://github.com/Pylons/pyramid/pull/2902
- Added a new ``callback`` option to
  :meth:`pyramid.config.Configurator.set_default_csrf_options`` which
  can be used to determine per-request whether CSRF checking should be enabled
  to allow for a mix authentication methods. Only cookie-based methods
  generally require CSRF checking.
  See https://github.com/Pylons/pyramid/pull/2778
Backwards Incompatibilities
---------------------------
@@ -202,7 +213,7 @@
  https://github.com/Pylons/pyramid/pull/2838
- Add `pyramid_nacl_session
  <http://docs.pylonsproject.org/projects/pyramid-nacl-session/en/latest/>`_
  <https://docs.pylonsproject.org/projects/pyramid-nacl-session/en/latest/>`_
  to session factories. See https://github.com/Pylons/pyramid/issues/2791
- Update HACKING.txt from stale branch that was never merged to master.