diff options
author | Robert Newson <rnewson@apache.org> | 2011-09-08 10:48:00 +0000 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2011-09-08 10:48:00 +0000 |
commit | 66e2af457ab3f4b3c57d890d86bf240416328392 (patch) | |
tree | 15a7e7885a2c35f0e6a71f315b188bf256fa554d /CHANGES | |
parent | 0fc5669ff29621ad723f984aedd75ef286ac69b3 (diff) | |
download | couchdb-66e2af457ab3f4b3c57d890d86bf240416328392.tar.gz |
COUCHDB-1274 - Use text/javascript content-type for jsonp responses.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1166618 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ Build System: HTTP Interface: * Added a native JSON parser. + * JSONP responses now send "text/javascript" for Content-Type. Replicator: |