summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Anderson <sontek@gmail.com>2015-01-01 15:26:00 -0800
committerJohn Anderson <sontek@gmail.com>2015-01-01 15:26:00 -0800
commita62462606704081b37ae0cb4c9f07a4690480609 (patch)
tree5eb2fd8287926d9c0977565cb72fad83cb5e179b
parentff01cdf0e392eb4e7926970a0cdee75663edb431 (diff)
downloadpyramid-a62462606704081b37ae0cb4c9f07a4690480609.tar.gz
pyramid-a62462606704081b37ae0cb4c9f07a4690480609.tar.bz2
pyramid-a62462606704081b37ae0cb4c9f07a4690480609.zip
Added CHANGES entry for this PR
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 46c331268..129ce4616 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -59,6 +59,11 @@ Features
via ``request.static_url('myapp:static/foo.png')``.
See https://github.com/Pylons/pyramid/issues/1252
+- Added ``pyramid.config.Configurator.set_response_factory`` and the
+ ``response_factory`` keyword argument to the ``Configurator`` for defining
+ a factory that will return a custom ``Response`` class.
+ See https://github.com/Pylons/pyramid/pull/1499
+
Bug Fixes
---------