Updated Branches: refs/heads/0.8.x 53e23506c -> 1e4d70a0b
Fixing some NEWS inconsistencies between 0.10.x and 0.11.x Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/1e4d70a0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/1e4d70a0 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/1e4d70a0 Branch: refs/heads/0.8.x Commit: 1e4d70a0b004c7271a88426a978a5986a0821971 Parents: 53e2350 Author: Noah Slater <[email protected]> Authored: Mon Feb 25 21:02:07 2013 +0000 Committer: Noah Slater <[email protected]> Committed: Mon Feb 25 21:03:02 2013 +0000 ---------------------------------------------------------------------- NEWS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/1e4d70a0/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index a457c52..7e644a3 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ Apache CouchDB NEWS =================== -For details about backwards incompatible changes, please see: +For details about backwards incompatible changes, see: http://wiki.apache.org/couchdb/Breaking_changes @@ -85,8 +85,8 @@ Version 0.3.0 * CouchDB now fully supports Unicode and locale specific collation via the ICU library, both in the Fabric engine and computed tables. * The `in` operator has been added to Fabric. - * The `startdoc` query string variable specifies the starting document to use if - there are multiple rows with identical startkeys. + * The `startdoc` query string variable specifies the starting document to use + if there are multiple rows with identical startkeys. * The `skip` query string variable specifies the number of rows to skip before returning results. The `skip` value must be a positive integer. If used with a `count` variable the skipped rows aren't counted as output.
