diff options
| author | Theron Luhn <theron@luhn.com> | 2019-09-27 12:41:42 -0700 |
|---|---|---|
| committer | Theron Luhn <theron@luhn.com> | 2019-09-27 12:49:48 -0700 |
| commit | 070642056a2863c5da20cbc28626f4e8e1c49cdb (patch) | |
| tree | 721845aab8528e17d66915ffbe9a3d9c5a4a38a9 | |
| parent | 904314e683cc488871ba8f163ff47a5c3be86db4 (diff) | |
| download | pyramid-070642056a2863c5da20cbc28626f4e8e1c49cdb.tar.gz pyramid-070642056a2863c5da20cbc28626f4e8e1c49cdb.tar.bz2 pyramid-070642056a2863c5da20cbc28626f4e8e1c49cdb.zip | |
Remove whatsnew-2.0
| -rw-r--r-- | docs/index.rst | 1 | ||||
| -rw-r--r-- | docs/whatsnew-2.0.rst | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/docs/index.rst b/docs/index.rst index c1f6db81a..09a3b56b0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -174,7 +174,6 @@ 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 deleted file mode 100644 index fd7c69000..000000000 --- a/docs/whatsnew-2.0.rst +++ /dev/null @@ -1,16 +0,0 @@ -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 |
