summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2013-10-03 18:11:11 +0200
committerJan Lehnardt <jan@apache.org>2013-10-03 18:11:11 +0200
commitbcb4e7d51b1de25ecb25647fc80149ae0da3913e (patch)
tree21a3e81a316f4c34856d8a94d527066b70c4a10e
parentcf84c3e85a597d8e9df55e7a6d91a660ccecc095 (diff)
downloadcouchdb-bcb4e7d51b1de25ecb25647fc80149ae0da3913e.tar.gz
update changelog
-rw-r--r--share/doc/src/whatsnew/1.5.rst19
1 files changed, 15 insertions, 4 deletions
diff --git a/share/doc/src/whatsnew/1.5.rst b/share/doc/src/whatsnew/1.5.rst
index cc9c61350..319f6e88c 100644
--- a/share/doc/src/whatsnew/1.5.rst
+++ b/share/doc/src/whatsnew/1.5.rst
@@ -30,10 +30,21 @@ Version 1.5.0
This version is not released yet.
-* A new administration UI, codenamed Fauxton, has been included as an
- experimental preview. It can be accessed at ``/_utils/fauxton/``. There
- are too many improvements here to list them all, you should try it!
* :issue:`1781` The official documentation has been overhauled. A lot of
content from other sources have been merged, and the index page
has been rebuilt to make the docs much more accessible.
- :commit:`17e0b7c6`
+ :commit:`54813a7`
+* :issue: `1888` Fixed an issue where admin users would be restricted by
+ the `public_fields` feature.
+* Fixed an issue with the JavaScript CLI test runner. :commit: `be76882`,
+ :commit: `be76882`
+* A new administration UI, codenamed Fauxton, has been included as an
+ experimental preview. It can be accessed at ``/_utils/fauxton/``. There
+ are too many improvements here to list them all. We are looking for
+ feedback from the community on this preview release.
+* :issue: `1867` An experimental plugin feature has been added. See
+ `src/couch_plugin/README.md` for details. We invite the community to
+ test and report any findings.
+* :issue: `1894` An experimental Node.js-based query server runtime
+ has been added. See `experimental/nodejs query server` for details.
+ We invite the community to test and report any findings.