Updated Branches: refs/heads/0.9.x 1201b675a -> 2af83b9e0
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/2af83b9e Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/2af83b9e Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/2af83b9e Branch: refs/heads/0.9.x Commit: 2af83b9e0b314422ebfe7e248e378bf1dee6b666 Parents: 1201b67 Author: Noah Slater <[email protected]> Authored: Mon Feb 25 21:02:07 2013 +0000 Committer: Noah Slater <[email protected]> Committed: Mon Feb 25 21:02:39 2013 +0000 ---------------------------------------------------------------------- NEWS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/2af83b9e/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index ba8dc30..02fa0f3 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 @@ -117,8 +117,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.
