From df1c19ac429d680f094b6323ad9fc02623d5e953 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 8 Jan 2020 01:19:17 -0600 Subject: link to pr --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES.rst') 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 ------------ -- cgit v1.2.3