summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-05-01 21:10:30 -0500
committerMichael Merickel <michael@merickel.org>2017-05-01 21:10:30 -0500
commit2b9b6cab969eab9b1976a1a9a29ed2e44e92ca6d (patch)
treef9f62cfa423e564b17be3d496e532cbd60f04327
parent847fb70980aca38b0dc415e2b433618d7e42ac8d (diff)
downloadpyramid-2b9b6cab969eab9b1976a1a9a29ed2e44e92ca6d.tar.gz
pyramid-2b9b6cab969eab9b1976a1a9a29ed2e44e92ca6d.tar.bz2
pyramid-2b9b6cab969eab9b1976a1a9a29ed2e44e92ca6d.zip
update changelog and add whatsnew-1.9
-rw-r--r--CHANGES.txt27
-rw-r--r--docs/index.rst1
2 files changed, 19 insertions, 9 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e30f185f0..861dfa684 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -49,8 +49,8 @@ Major Features
See https://github.com/Pylons/pyramid/pull/2854 and
https://github.com/Pylons/pyramid/pull/3019
-Features
---------
+Minor Features
+--------------
- Support an ``open_url`` config setting in the ``pserve`` section of the
config file. This url is used to open a web browser when ``pserve --browser``
@@ -94,12 +94,21 @@ Bug Fixes
Deprecations
------------
-Backward Incompatibilities
---------------------------
+- Pyramid currently depends on ``plaster_pastedeploy`` to simplify the
+ transition to ``plaster`` by maintaining integrated support for INI files.
+ This dependency on ``plaster_pastedeploy`` should be considered subject to
+ Pyramid's deprecation policy and is subject to removal in the future.
+ Applications should depend on the appropriate plaster binding to satisfy
+ their needs.
+
+- Retrieving CSRF token from the session has been deprecated in favor of
+ equivalent methods in the ``pyramid.csrf`` module. The CSRF methods
+ (``ISession.get_csrf_token`` and ``ISession.new_csrf_token``) are no longer
+ required on the ``ISession`` interface except when using the default
+ ``pyramid.csrf.LegacySessionCSRFStoragePolicy``.
-Documentation Changes
----------------------
+ Also, ``pyramid.session.check_csrf_token`` is now located at
+ ``pyramid.csrf.check_csrf_token``.
-- Retrieving CSRF token from the session has been deprecated, in favor of
- equivalent methods in :mod:`pyramid.csrf`.
- See https://github.com/Pylons/pyramid/pull/2854
+ See https://github.com/Pylons/pyramid/pull/2854 and
+ https://github.com/Pylons/pyramid/pull/3019
diff --git a/docs/index.rst b/docs/index.rst
index ed5b458ea..7d3393548 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -185,6 +185,7 @@ Change History
.. toctree::
:maxdepth: 1
+ whatsnew-1.9
whatsnew-1.8
whatsnew-1.7
whatsnew-1.6