From 291465059019d57605d7548feeeab621704b23d0 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sun, 17 Apr 2011 21:57:04 +0000 Subject: [PATCH] update NEWS and CHANGES git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1094206 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 4 ++++ NEWS | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index b1e5f86b3e7..ba4aa51a6c3 100644 --- a/CHANGES +++ b/CHANGES @@ -13,6 +13,10 @@ Build System: when building CouchJS you can enable the HTTP bindings by passing -H on the command line. +HTTP Interface: + + * Added a native JSON parser. + OAuth: * Updated budled erlang_oauth library to the latest version. diff --git a/NEWS b/NEWS index c1051062c24..5c8a92e3a65 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,7 @@ This version has not been released yet. * Updated budled erlang_oauth library to the latest version. * cURL is no longer required to build CouchDB as it is only required by the command line JS test runner. + * Added a native JSON parser. Version 1.0.1 -------------