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/17 17:57:23 UTC

git commit: updated refs/heads/master to 537b545

Updated Branches:
  refs/heads/master 2829e7857 -> 537b54516


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/537b5451
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/537b5451
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/537b5451

Branch: refs/heads/master
Commit: 537b5451614a777cfdcc739c929ae944ad344689
Parents: 2829e78
Author: Dirkjan Ochtman <di...@ochtman.nl>
Authored: Fri May 17 17:53:10 2013 +0200
Committer: Dirkjan Ochtman <di...@ochtman.nl>
Committed: Fri May 17 17:53:10 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/537b5451/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`