summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-10-15 21:12:36 -0500
committerMichael Merickel <michael@merickel.org>2018-10-15 21:38:55 -0500
commit7b024bbcde8beabaf1144d9cef38f685e4e73a74 (patch)
tree0b05eeec5c1f0a44573aa53ef35b769d61cd2a4e /CHANGES.rst
parenta8b10ea3cb18143bb995a7637fc381c702c92d00 (diff)
downloadpyramid-7b024bbcde8beabaf1144d9cef38f685e4e73a74.tar.gz
pyramid-7b024bbcde8beabaf1144d9cef38f685e4e73a74.tar.bz2
pyramid-7b024bbcde8beabaf1144d9cef38f685e4e73a74.zip
prep 1.10a1
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 9fecafd2e..ce2ed584b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,5 +1,5 @@
-unreleased
-==========
+1.10a1 (2018-10-15)
+===================
Features
--------
@@ -38,8 +38,8 @@ Features
See https://github.com/Pylons/pyramid/pull/3300
- Modify ``pyramid.authentication.AuthTktAuthenticationPolicy`` and
- ``pyramid.csrf.CookieCSRFStoragePolicy`` to support the SameSite option on
- cookies and set the default to ``'Lax'``.
+ ``pyramid.csrf.CookieCSRFStoragePolicy`` to support the ``SameSite`` option
+ on cookies and set the default to ``'Lax'``.
See https://github.com/Pylons/pyramid/pull/3319
- Added new ``pyramid.httpexceptions.HTTPPermanentRedirect``
@@ -167,7 +167,7 @@ Documentation Changes
---------------------
- Ad support for Read The Docs Ethical Ads.
- https://github.com/Pylons/pyramid/pull/3360
+ See https://github.com/Pylons/pyramid/pull/3360 and
https://docs.readthedocs.io/en/latest/advertising/ethical-advertising.html
- Add support for alembic to the pyramid-cookiecutter-alchemy cookiecutter