diff options
| author | Michael Merickel <michael@merickel.org> | 2017-02-28 20:40:11 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2017-02-28 20:40:11 -0600 |
| commit | 4c39718d8b5461f73b8520789a652874333f7c69 (patch) | |
| tree | 6e6d989be29425329de8320487c6e65d318545b3 /CHANGES.txt | |
| parent | 149cb40bad9191fa71b1d6ce01f9d6e50bb1eea6 (diff) | |
| download | pyramid-4c39718d8b5461f73b8520789a652874333f7c69.tar.gz pyramid-4c39718d8b5461f73b8520789a652874333f7c69.tar.bz2 pyramid-4c39718d8b5461f73b8520789a652874333f7c69.zip | |
add changelog for #2964
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 59a733bcd..0ae44e620 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,12 @@ unreleased Features -------- +- Added an execution policy hook to the request pipeline. An execution + policy has the ability to control creation and execution of the request + objects before they enter rest of the pipeline. This means for a given + request that the policy may create more than one request for retry + purposes. See https://github.com/Pylons/pyramid/pull/2964 + Bug Fixes --------- |
