summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2013-03-30 14:30:16 +0000
committerNoah Slater <nslater@apache.org>2013-03-30 14:31:13 +0000
commit5fa09a38ea96695058b4c26d3160615d19b1579d (patch)
tree4986aef879b4b7289505d672786b54669e8eab7f
parent00b7fc9c420f34bb128f1ed9e39bbad616e2781e (diff)
downloadcouchdb-5fa09a38ea96695058b4c26d3160615d19b1579d.tar.gz
Clarified Futon test suite NEWS and CHANGES entry
-rw-r--r--CHANGES4
-rw-r--r--NEWS1
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 39cd1db74..3fd97d70a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -48,8 +48,8 @@ View Server:
Futon:
- * Disabled the link to the Futon test suite. These tests were causing problems,
- and are now available via the CLI instead.
+ * Disabled the link to the Futon test suite. These tests were causing problems
+ when run from a browser, and are now available via the CLI instead.
* Added view request duration to Futon.
* Disable buttons for actions that the user doesn't have permissions to.
diff --git a/NEWS b/NEWS
index 59b0fe828..eb33ee6f2 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ Version 1.3.0
-------------
* Added view request duration to Futon.
+ * Removed the Futon test suite in favour of the CLI test suite.
* Fixed unnecessary conflict when deleting and creating a document in the same
batch.
* New and updated passwords are hashed using PBKDF2.