summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2010-07-09 15:51:32 +0000
committerNoah Slater <nslater@apache.org>2010-07-09 15:51:32 +0000
commitfa69901d71d62af68f1e47f89e1a5d5079a7d151 (patch)
treebcbfcf8be4c18d70def15dc15b0c5391b03e8f96 /NEWS
parent9bac1a3c95164a33082c721ddf26a2925b72d106 (diff)
added some list padding to NEWS and CHANGES
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@962577 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 7 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 0e998029..1cdeb9fe 100644
--- a/NEWS
+++ b/NEWS
@@ -10,13 +10,13 @@ Each release section notes when backwards incompatible changes have been made.
Version 1.0.0
-------------
-* More efficient header commits.
-* Use O_APPEND to save lseeks.
-* Faster implementation of pread_iolist(). Further improves performance on
- concurrent reads.
-* Added authentication caching
-* Faster default view collation.
-* Added option to include update_seq in view responses.
+ * More efficient header commits.
+ * Use O_APPEND to save lseeks.
+ * Faster implementation of pread_iolist(). Further improves performance on
+ concurrent reads.
+ * Added authentication caching
+ * Faster default view collation.
+ * Added option to include update_seq in view responses.
Version 0.11.1
--------------