summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <dirkjan@ochtman.nl>2013-05-17 17:53:10 +0200
committerDirkjan Ochtman <dirkjan@ochtman.nl>2013-05-17 17:53:10 +0200
commit537b5451614a777cfdcc739c929ae944ad344689 (patch)
treec34e5a51c3091e0c5f35d4e75b3cdc92c5c898c9
parent2829e78573e4481e06ad92249275c70370bbe32f (diff)
downloadcouchdb-537b5451614a777cfdcc739c929ae944ad344689.tar.gz
Mention CORS support in 1.3.0 changelog.
-rw-r--r--share/doc/src/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/doc/src/changelog.rst b/share/doc/src/changelog.rst
index acc5524e0..570c07b65 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`