diff options
| author | Michael Merickel <michael@merickel.org> | 2020-01-08 01:19:17 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2020-01-08 01:19:17 -0600 |
| commit | df1c19ac429d680f094b6323ad9fc02623d5e953 (patch) | |
| tree | 66c69418169faf2dec57db7256ffc3211b055340 /CHANGES.rst | |
| parent | 8415bc1778ea080aeed69ef2d752f3d0063e26f9 (diff) | |
| download | pyramid-df1c19ac429d680f094b6323ad9fc02623d5e953.tar.gz pyramid-df1c19ac429d680f094b6323ad9fc02623d5e953.tar.bz2 pyramid-df1c19ac429d680f094b6323ad9fc02623d5e953.zip | |
link to pr
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index e93f8a813..d1807103f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -81,6 +81,7 @@ Features - Finished callbacks are now executed as part of the ``closer`` that is invoked as part of ``pyramid.scripting.prepare`` and ``pyramid.paster.boostrap``. + See https://github.com/Pylons/pyramid/pull/3561 - Added ``pyramid.request.RequestLocalCache`` which can be used to create simple objects that are shared across requests and can be used to store @@ -91,6 +92,7 @@ Features generated on-demand when accessing the request property. However, often the case is that the data is generated when accessing some other system and then we want to cache the data for the duration of the request. + See https://github.com/Pylons/pyramid/pull/3561 Deprecations ------------ |
