summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-01-01 23:51:48 -0600
committerMichael Merickel <michael@merickel.org>2015-01-01 23:51:48 -0600
commit0414b7c7b2e3ea45d4dcbdf273a9e332238a0f50 (patch)
tree624e02d9edf442a748e592e289130c9604552afa /CHANGES.txt
parent568b583af39880991470a5a23b2f1d5755f7c566 (diff)
parent303abc8b585d97c75773b3cfa48b6e748c96fd64 (diff)
downloadpyramid-0414b7c7b2e3ea45d4dcbdf273a9e332238a0f50.tar.gz
pyramid-0414b7c7b2e3ea45d4dcbdf273a9e332238a0f50.tar.bz2
pyramid-0414b7c7b2e3ea45d4dcbdf273a9e332238a0f50.zip
Merge pull request #1499 from sontek/expose_response_class
Expose response class
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 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
---------