From 7b024bbcde8beabaf1144d9cef38f685e4e73a74 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 15 Oct 2018 21:12:36 -0500 Subject: prep 1.10a1 --- CHANGES.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'CHANGES.rst') 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 -- cgit v1.2.3 From 4a5504787f376255fa50f50de273595ce03d1d77 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 15 Oct 2018 21:21:14 -0500 Subject: add changes for #3387 and #3388 --- CHANGES.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index ce2ed584b..cc70dca8e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -76,6 +76,12 @@ Features to allow users to avoid threadlocals during renderer lookup. See https://github.com/Pylons/pyramid/pull/3358 +- Pyramid's test suite is no longer distributed with the universal wheel. + See https://github.com/Pylons/pyramid/pull/3387 + +- All Python code is now formatted automatically using ``black``. + See https://github.com/Pylons/pyramid/pull/3388 + Bug Fixes --------- @@ -163,6 +169,11 @@ Backward Incompatibilities and replaced by the ``userid`` argument. See https://github.com/Pylons/pyramid/pull/3369 +- Removed the ``pyramid.tests`` subpackage that used to contain the Pyramid + test suite. These changes also changed the format of the repository to move + the code into a ``src`` folder. + See https://github.com/Pylons/pyramid/pull/3387 + Documentation Changes --------------------- -- cgit v1.2.3