diff options
author | Filipe David Borba Manana <fdmanana@apache.org> | 2010-11-19 12:22:57 +0000 |
---|---|---|
committer | Filipe David Borba Manana <fdmanana@apache.org> | 2010-11-19 12:22:57 +0000 |
commit | b1978300207a8ba888a85b0302fc98293f54fdb2 (patch) | |
tree | 7d986fe4a10e28a4ea7faaccf6033b22c0e46111 /CHANGES | |
parent | aae8762c1560a110f11fa8f2524018f20504e40d (diff) |
Updated CHANGES for 1.1.0.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1036816 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ View Server: returning a `stale=ok` response. * Warn about empty result caused by `startkey` and `endkey` limiting. * Built-in reduce function `_sum` now accepts lists of integers as input. + * Added view query aliases start_key, end_key, start_key_docid and + end_key_docid. Version 1.0.1 ------------- |