diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-29 02:34:40 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-29 02:34:40 -0500 |
| commit | 9afa52f0783d77b19e6ff0a509c5d556950a8a46 (patch) | |
| tree | f140a2fc3f6eb3792c9b7bb851a63b39de567ab6 /CHANGES.txt | |
| parent | a936df49ac018656df417b5a76bf04b620cfcdc9 (diff) | |
| download | pyramid-9afa52f0783d77b19e6ff0a509c5d556950a8a46.tar.gz pyramid-9afa52f0783d77b19e6ff0a509c5d556950a8a46.tar.bz2 pyramid-9afa52f0783d77b19e6ff0a509c5d556950a8a46.zip | |
- Added ``egg:repoze.retry#retry`` middleware to the WSGI pipeline in ZODB
templates (retry ZODB conflict errors which occur in normal operations).
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 82c1d2d33..1e143daa5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -24,6 +24,9 @@ Bug Fixes - Deprecated-since-BFG-1.2 APIs from ``pyramid.testing`` now properly emit deprecation warnings. +- Added ``egg:repoze.retry#retry`` middleware to the WSGI pipeline in ZODB + templates (retry ZODB conflict errors which occur in normal operations). + 1.0b3 (2011-01-28) ================== |
