diff options
-rw-r--r-- | CHANGES | 1 | ||||
-rw-r--r-- | NEWS | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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. @@ -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 |