diff options
| author | Michael Merickel <michael@merickel.org> | 2016-11-19 14:51:40 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-11-19 14:57:19 -0600 |
| commit | 7b58c0f003107aba5fde6cde57f13491d5248c76 (patch) | |
| tree | d5db083da53712afc5fccea76baf99777fee9982 /CHANGES.txt | |
| parent | d35851138f3b7d1888893efbf0ec991dcd8cf566 (diff) | |
| download | pyramid-7b58c0f003107aba5fde6cde57f13491d5248c76.tar.gz pyramid-7b58c0f003107aba5fde6cde57f13491d5248c76.tar.bz2 pyramid-7b58c0f003107aba5fde6cde57f13491d5248c76.zip | |
update changelog for #2823
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 1939ad125..a0a928f83 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -35,6 +35,10 @@ Backward Incompatibilities encoding via ``Accept-Encoding`` request headers. See https://github.com/Pylons/pyramid/pull/2810 +- Settings are no longer accessible as attributes on the settings object + (e.g. ``request.registry.settings.foo``). This was deprecated in Pyramid 1.2. + See https://github.com/Pylons/pyramid/pull/2823 + Features -------- @@ -80,6 +84,15 @@ Features as soon as possible before importing the rest of pyramid. See https://github.com/Pylons/pyramid/pull/2797 +- Pyramid no longer copies the settings object passed to the + ``pyramid.config.Configurator(settings=)``. The original ``dict`` is kept. + See https://github.com/Pylons/pyramid/pull/2823 + +- The csrf trusted origins setting may now be a whitespace-separated list of + domains. Previously only a python list was allowed. Also, it can now be set + using the ``PYRAMID_CSRF_TRUSTED_ORIGINS`` environment variable similar to + other settings. See https://github.com/Pylons/pyramid/pull/2823 + Bug Fixes --------- |
