summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2010-02-22 03:34:58 +0000
committerJohn Christopher Anderson <jchris@apache.org>2010-02-22 03:34:58 +0000
commitb3f6661126c03eeb3ec478ef4156c2cc5da1d8d0 (patch)
tree80390dbdf6eda23f091736c3696d0f401f45cf0f /CHANGES
parent2d61a5d372b65b4a71a01a6ded48b3aa253e90aa (diff)
json2.js in NEWS and CHANGES
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@912474 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c50e9509..fb3d2f4d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -38,6 +38,7 @@ View Server
* Improved view information objects.
* Bug fix for partial updates during view builds.
* Move query server to a design-doc based protocol.
+ * Use json2.js for JSON serialization for compatiblity with native JSON.
* Major refactoring of couchjs to lay the groundwork for disabling cURL
support. The new HTTP interaction acts like a synchronous XHR. Example usage
of the new system is in the JavaScript CLI test runner.