Michael Merickel
2017-03-01 4c39718d8b5461f73b8520789a652874333f7c69
commit | author | age
b38bbf 1 unreleased
MM 2 ==========
bdb8e0 3
814cb5 4 Features
MM 5 --------
5f4649 6
4c3971 7 - Added an execution policy hook to the request pipeline. An execution
MM 8   policy has the ability to control creation and execution of the request
9   objects before they enter rest of the pipeline. This means for a given
10   request that the policy may create more than one request for retry
11   purposes. See https://github.com/Pylons/pyramid/pull/2964
12
1cf132 13 Bug Fixes
BJR 14 ---------
45f882 15
564b63 16 - HTTPException's accepts a detail kwarg that may be used to pass additional
BJR 17   details to the exception. You may now pass objects so long as they have a
18   valid __str__ method. See https://github.com/Pylons/pyramid/pull/2951 
19
1cf132 20 Deprecations
BJR 21 ------------
cb98a9 22
b38bbf 23 Backward Incompatibilities
MM 24 --------------------------
d2f0fe 25
d9c20d 26 Documentation Changes
MM 27 ---------------------