diff options
| author | John Anderson <sontek@gmail.com> | 2015-01-01 22:18:45 -0800 |
|---|---|---|
| committer | John Anderson <sontek@gmail.com> | 2015-01-01 22:18:45 -0800 |
| commit | 35d64fd7ff6e1caf7cf43e94039c2748fd86dfbe (patch) | |
| tree | b19a2833212cd2d877250e606c0b726fca706c21 /CHANGES.txt | |
| parent | 22c836ecbc6f10c4851d88017243f91e469016aa (diff) | |
| parent | 0414b7c7b2e3ea45d4dcbdf273a9e332238a0f50 (diff) | |
| download | pyramid-35d64fd7ff6e1caf7cf43e94039c2748fd86dfbe.tar.gz pyramid-35d64fd7ff6e1caf7cf43e94039c2748fd86dfbe.tar.bz2 pyramid-35d64fd7ff6e1caf7cf43e94039c2748fd86dfbe.zip | |
Merge branch 'master' of https://github.com/Pylons/pyramid into support_more_features_in_routes
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
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 --------- |
