summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2010-02-16 21:17:00 +0000
committerPaul Joseph Davis <davisp@apache.org>2010-02-16 21:17:00 +0000
commitf373e126d9bb25ad72ab2cf09ef4794eb3f90e75 (patch)
tree978018c77375e9164244da83ed991179782fd96c /NEWS
parent2de803188f6a9fea703bc1f02679e8fc29050297 (diff)
Updating CHANGES and NEWS to reflect new hotness since 0.10.x was branched.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@910696 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 06827fa2..8cb114c2 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,7 @@ This version has not been released yet.
* Bug fix for partial updates during view builds.
* Bug fix for building couch.app's module list.
* Fixed a problem with statistics timers and system sleep.
+ * Improved the satistics calculations to use an online moving window algorithms.
* Adds batching of multiple updating requests, to improve throughput with many
writers. Removed the now redundant couch_batch_save module.
* Bug fix for premature termination of chunked responses.