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:30:16 +0000
commit48879873f5316c6ef1dcc6de91ea2f5b2721efb0 (patch)
tree7e30fd9f0fa8847f3e579bcfb30540c78756bb97
parent19cdb478fbb14bb6be08b6288820ba148a822c29 (diff)
downloadcouchdb-1.3.0.tar.gz
Clarified Futon test suite NEWS and CHANGES entry1.3.0
-rw-r--r--CHANGES4
-rw-r--r--NEWS1
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 40b09a89e..c60ab7a5c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -35,8 +35,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 68f071c80..b9d4d4d35 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,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.