Repository: couchdb-documentation
Updated Branches:
  refs/heads/master bc4bd9c8d -> 115e3ce45


linter errors


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/115e3ce4
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/115e3ce4
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/115e3ce4

Branch: refs/heads/master
Commit: 115e3ce45fccb4ac1d9fb2ff574f7f71a7fc0e1b
Parents: bc4bd9c
Author: Joan Touzet <woh...@apache.org>
Authored: Fri Sep 9 08:29:39 2016 -0400
Committer: Joan Touzet <woh...@apache.org>
Committed: Fri Sep 9 08:29:39 2016 -0400

----------------------------------------------------------------------
 src/whatsnew/2.0.rst | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/115e3ce4/src/whatsnew/2.0.rst
----------------------------------------------------------------------
diff --git a/src/whatsnew/2.0.rst b/src/whatsnew/2.0.rst
index ce8fe57..82144af 100644
--- a/src/whatsnew/2.0.rst
+++ b/src/whatsnew/2.0.rst
@@ -40,12 +40,12 @@ Upgrade Notes
 Version 2.0.0
 =============
 
-* Native clustering is now supported. Rather than use CouchDB replication 
between
-  multiple, distinct CouchDB servers, configure a cluster of CouchDB nodes. 
These
-  nodes will use an optimized Erlang-driven 'internal replication' to ensure
-  data durability and accessibility. Combine a clustered CouchDB with a load
-  balancer (such as ``haproxy``) to scale CouchDB out horizontally. More 
details
-  of the clustering feature are available in the :ref:`cluster`.
+* Native clustering is now supported. Rather than use CouchDB replication
+  between multiple, distinct CouchDB servers, configure a cluster of CouchDB
+  nodes. These nodes will use an optimized Erlang-driven 'internal replication'
+  to ensure data durability and accessibility. Combine a clustered CouchDB with
+  a load balancer (such as ``haproxy``) to scale CouchDB out horizontally. More
+  details of the clustering feature are available in the :ref:`cluster`.
 * `Futon` replaced by brand-new, completely re-engineered `Fauxton` interface.
   URL remains the same.
 * The new Mango Query Server provides a simple JSON-based way to perform 
CouchDB
@@ -55,8 +55,8 @@ Version 2.0.0
 * Rewrite rules of URLs can be performed using JavaScript.
 * Multiple queries can be made of a view with a single request.
 * Views can be queried with sorting turned off for a performance boost.
-* The update sequences returned by the :ref:`api/db/changes` feed are no 
longer just
-  integers. They can be any JSON value.
+* The update sequences returned by the :ref:`api/db/changes` feed are no longer
+  just integers. They can be any JSON value.
 * Enhanced global changes feed (now resumable/persistent)
 * New endpoints added (for some, documentation forthcoming):
 

Reply via email to