summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@apache.org>2013-10-03 20:57:13 +0200
committerDirkjan Ochtman <djc@apache.org>2013-10-03 20:57:13 +0200
commiteb137e3f8c3b618020b6d1032bcb35238d93c2e1 (patch)
tree0a72823db2c78f6b6dc72a7dfa41749fe66f508c
parentd3926ab3cf2ba200674237e155e94096a107fd9b (diff)
downloadcouchdb-eb137e3f8c3b618020b6d1032bcb35238d93c2e1.tar.gz
Add note about COUCHDB-1901 to changelog.
-rw-r--r--share/doc/src/whatsnew/1.5.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/doc/src/whatsnew/1.5.rst b/share/doc/src/whatsnew/1.5.rst
index 054c4c663..b13e4ea45 100644
--- a/share/doc/src/whatsnew/1.5.rst
+++ b/share/doc/src/whatsnew/1.5.rst
@@ -48,3 +48,5 @@ Version 1.5.0
* :issue:`1894`: An experimental Node.js-based query server runtime
has been added. See :ref:`experimental` for details. We invite the
community to test and report any findings.
+* :issue:`1901`: Better retry mechanism for transferring attachments
+ during replication. :commit:`4ca2cec`