Michael Merickel
2017-07-14 29615272e0f5668373f5e1eca56d3209cfac8ffa
docs/whatsnew-1.8.rst
@@ -18,6 +18,8 @@
- :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
-----------------------
@@ -32,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
@@ -211,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.