summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2014-01-22 03:09:29 -0500
committerChris McDonough <chrism@plope.com>2014-01-22 03:09:29 -0500
commitf58977a38ac65dce742dac38fe1179f61bfc3efc (patch)
tree81c7a359e4d8d81cec926636a3f3a8f4e1a6a546 /CHANGES.txt
parentdec681201ec50c261bde022ea09d24f09e3588bd (diff)
downloadpyramid-f58977a38ac65dce742dac38fe1179f61bfc3efc.tar.gz
pyramid-f58977a38ac65dce742dac38fe1179f61bfc3efc.tar.bz2
pyramid-f58977a38ac65dce742dac38fe1179f61bfc3efc.zip
- Fix a memory leak when the configurator's ``set_request_property`` method was
used or when the configurator's ``add_request_method`` method was used with the ``property=True`` attribute. See https://github.com/Pylons/pyramid/issues/1212 . Closes #1212
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9c38bf814..8a340f320 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -15,6 +15,11 @@ Bug Fixes
- Add a trailing semicolon to the JSONP response. This fixes JavaScript syntax
errors for old IE versions. See https://github.com/Pylons/pyramid/pull/1205
+- Fix a memory leak when the configurator's ``set_request_property`` method was
+ used or when the configurator's ``add_request_method`` method was used with
+ the ``property=True`` attribute. See
+ https://github.com/Pylons/pyramid/issues/1212 .
+
1.5a3 (2013-12-10)
==================