summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2010-11-23 18:52:25 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2010-11-23 18:52:25 +0000
commit6f301a4b153ff24cf67ee7a718b096af31a6c68e (patch)
tree988a973cebc29ea60e4b8892a5597958b394d864
parent02dd55e08c2328201849cfda51f203a17885368d (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--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e8527e43..1ba777c6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
-------------