From 4c39718d8b5461f73b8520789a652874333f7c69 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 28 Feb 2017 20:40:11 -0600 Subject: add changelog for #2964 --- CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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 --------- -- cgit v1.2.3