From b3f6661126c03eeb3ec478ef4156c2cc5da1d8d0 Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Mon, 22 Feb 2010 03:34:58 +0000 Subject: json2.js in NEWS and CHANGES git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@912474 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 1 + NEWS | 1 + 2 files changed, 2 insertions(+) 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. diff --git a/NEWS b/NEWS index 3e10ac02..1924deb8 100644 --- a/NEWS +++ b/NEWS @@ -42,6 +42,7 @@ This version has not been released yet. * Added proxy authentication handler. * Added ability to replicate documents by id. * Added virtual host handling. + * Query server uses json2.js for JSON serialization compatiblity with native JSON. Version 0.10.1 -- cgit v1.2.3