summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-29 02:34:40 -0500
committerChris McDonough <chrism@plope.com>2011-01-29 02:34:40 -0500
commit9afa52f0783d77b19e6ff0a509c5d556950a8a46 (patch)
treef140a2fc3f6eb3792c9b7bb851a63b39de567ab6 /CHANGES.txt
parenta936df49ac018656df417b5a76bf04b620cfcdc9 (diff)
downloadpyramid-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.txt3
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)
==================