summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTheron Luhn <theron@luhn.com>2019-09-19 20:47:54 -0700
committerTheron Luhn <theron@luhn.com>2019-09-19 20:47:54 -0700
commit78db10b672bf91185452e68c2b695c3d4e0272ce (patch)
treef78fa86dd1a0cdf0fe1d9855f2d9b274f6f774c7 /docs
parent9ffed1017d5e416813df73e4e76b6bfd1d2da2c8 (diff)
downloadpyramid-78db10b672bf91185452e68c2b695c3d4e0272ce.tar.gz
pyramid-78db10b672bf91185452e68c2b695c3d4e0272ce.tar.bz2
pyramid-78db10b672bf91185452e68c2b695c3d4e0272ce.zip
Add a whatsnew-2.0 doc.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst1
-rw-r--r--docs/whatsnew-2.0.rst16
2 files changed, 17 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 09a3b56b0..c1f6db81a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -174,6 +174,7 @@ Change History
.. toctree::
:maxdepth: 1
+ whatsnew-2.0
whatsnew-1.10
whatsnew-1.9
whatsnew-1.8
diff --git a/docs/whatsnew-2.0.rst b/docs/whatsnew-2.0.rst
new file mode 100644
index 000000000..fd7c69000
--- /dev/null
+++ b/docs/whatsnew-2.0.rst
@@ -0,0 +1,16 @@
+What's New in Pyramid 2.0
+=========================
+
+This article explains the new features in :app:`Pyramid` version 2.0 as
+compared to its predecessor, :app:`Pyramid` 1.10. It also documents backwards
+incompatibilities between the two versions and deprecations added to
+:app:`Pyramid` 2.0, as well as software dependency changes and notable
+documentation additions.
+
+Feature Additions
+-----------------
+
+The feature additions in Pyramid 2.0 are as follows:
+
+- Added ``allow_no_origin`` option to :meth:`pyramid.config.Configurator.set_default_csrf_options`.
+ See https://github.com/Pylons/pyramid/pull/3512