diff options
author | Filipe David Borba Manana <fdmanana@apache.org> | 2010-11-23 18:52:25 +0000 |
---|---|---|
committer | Filipe David Borba Manana <fdmanana@apache.org> | 2010-11-23 18:52:25 +0000 |
commit | 6f301a4b153ff24cf67ee7a718b096af31a6c68e (patch) | |
tree | 988a973cebc29ea60e4b8892a5597958b394d864 | |
parent | 02dd55e08c2328201849cfda51f203a17885368d (diff) |
Updated CHANGES for release 1.0.2 to reflect tickets COUCHDB-790 and COUCHDB-925.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@1038275 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ View Server: * Don't trigger view updates when requesting `_design/doc/_info`. * Fix for circular references in CommonJS requires. + * Made isArray() function available to functions executed in the query server. + * Documents are now sealed before being passed to map functions. Version 1.0.1 ------------- |