diff options
| author | Michael Merickel <github@m.merickel.org> | 2018-10-15 22:19:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-15 22:19:45 -0500 |
| commit | 8eed333343e4e9e7f11f3aee67299030d6bf2783 (patch) | |
| tree | 50564e48ee677c8f88c6d117463e3a9a2c10ed03 /CHANGES.rst | |
| parent | a8b10ea3cb18143bb995a7637fc381c702c92d00 (diff) | |
| parent | 0080e96a8b1fb6087599693f22b2a7e09fa85a03 (diff) | |
| download | pyramid-8eed333343e4e9e7f11f3aee67299030d6bf2783.tar.gz pyramid-8eed333343e4e9e7f11f3aee67299030d6bf2783.tar.bz2 pyramid-8eed333343e4e9e7f11f3aee67299030d6bf2783.zip | |
Merge pull request #3390 from mmerickel/whatsnew-1.10
prep 1.10a1
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 9fecafd2e..cc70dca8e 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`` @@ -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,11 +169,16 @@ 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 --------------------- - 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 |
