diff options
| author | Michael Merickel <michael@merickel.org> | 2021-01-20 00:45:33 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-20 00:45:33 -0600 |
| commit | 68c84ae5aa2898251a07455e958fd0a11926d114 (patch) | |
| tree | d899ef7a3cf3352ac3458c71400a81e26f43b3ce /CHANGES.rst | |
| parent | 074f4f3eeec94b133293c0d1d0fa81d681b08e37 (diff) | |
| parent | 83cac719ea6095f23995465c5f35b0c48fed85e0 (diff) | |
| download | pyramid-68c84ae5aa2898251a07455e958fd0a11926d114.tar.gz pyramid-68c84ae5aa2898251a07455e958fd0a11926d114.tar.bz2 pyramid-68c84ae5aa2898251a07455e958fd0a11926d114.zip | |
Merge pull request #3649 from luhn/context-break-cycles
Break reference cycle between request and context.
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index d2dbe071b..a8e4d6c61 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +Unreleased +========== + +- Break potential reference cycle between ``request`` and ``context``. + See https://github.com/Pylons/pyramid/pull/3649 + 2.0b0 (2020-12-15) ================== |
