diff options
| author | Michael Merickel <michael@merickel.org> | 2017-03-03 19:36:41 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2017-03-03 19:36:41 -0600 |
| commit | 1691556eaa4ea90150ac8639ef26707a27216b32 (patch) | |
| tree | 47b5a97f513d2d07c698f60e788122175fd02a98 /CHANGES.txt | |
| parent | 78ac16c1c683b6b4d639e25883fd35f4e9073978 (diff) | |
| download | pyramid-1691556eaa4ea90150ac8639ef26707a27216b32.tar.gz pyramid-1691556eaa4ea90150ac8639ef26707a27216b32.tar.bz2 pyramid-1691556eaa4ea90150ac8639ef26707a27216b32.zip | |
changelog for #2967
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 0ae44e620..9c9acf3d0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -15,7 +15,13 @@ Bug Fixes - HTTPException's accepts a detail kwarg that may be used to pass additional details to the exception. You may now pass objects so long as they have a - valid __str__ method. See https://github.com/Pylons/pyramid/pull/2951 + valid __str__ method. See https://github.com/Pylons/pyramid/pull/2951 + +- Fix a reference cycle causing memory leaks in which the registry + would keep a ``Configurator`` instance alive even after the configurator + was discarded. Another fix was also added for the ``global_registries`` + object in which the registry was stored in a closure preventing it from + being deallocated. See https://github.com/Pylons/pyramid/pull/2967 Deprecations ------------ |
