You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dj...@apache.org on 2013/05/18 13:39:28 UTC

git commit: updated refs/heads/1.3.x to 24b1e8a

Updated Branches:
  refs/heads/1.3.x 06f1a8dca -> 24b1e8a49


Mention CORS support in 1.3.0 changelog.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/24b1e8a4
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/24b1e8a4
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/24b1e8a4

Branch: refs/heads/1.3.x
Commit: 24b1e8a4990ee4dd0269b38d993cd4b79271a282
Parents: 06f1a8d
Author: Dirkjan Ochtman <di...@ochtman.nl>
Authored: Fri May 17 17:53:10 2013 +0200
Committer: Dirkjan Ochtman <dj...@apache.org>
Committed: Sat May 18 13:38:52 2013 +0200

----------------------------------------------------------------------
 share/doc/src/changelog.rst |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/24b1e8a4/share/doc/src/changelog.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/changelog.rst b/share/doc/src/changelog.rst
index acc5524..570c07b 100644
--- a/share/doc/src/changelog.rst
+++ b/share/doc/src/changelog.rst
@@ -43,6 +43,8 @@ Futon
 HTTP Interface
 ^^^^^^^^^^^^^^^^^
 
+* :issue:`431`: Introduce experimental :ref:`CORS support <cors>`.
+  :commit:`b90e4021`
 * :issue:`1537`: Include user name in show/list `ETags`. :commit:`ac320479`
 * :issue:`1511`: CouchDB checks `roles` field for `_users` database documents
   with more care. :commit:`41205000`