Updated Branches: refs/heads/0.10.x f82645991 -> 3e5acac3a
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/3e5acac3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/3e5acac3 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/3e5acac3 Branch: refs/heads/0.10.x Commit: 3e5acac3a0f5a21cb6e79ba0ae5dbda278d0ada4 Parents: f826459 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:07 2013 +0000 ---------------------------------------------------------------------- NEWS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/3e5acac3/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index 7d5c4c4..e738c13 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 @@ -151,8 +151,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.
