summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2011-04-17 21:41:36 +0000
committerJan Lehnardt <jan@apache.org>2011-04-17 21:41:36 +0000
commit1c35f483d980afa918bf19a4b5fa9ebc1c7957e1 (patch)
treeb1f604d4e2317bdc140e943d95e85c8458507d5b
parent0edc58a266a86910702add39c4694193bd2ab9b3 (diff)
fix typo, move entry to correct section
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1094202 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index e558e500..b7b913e6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -22,7 +22,6 @@ HTTP Interface:
* Added support for recognizing "Q values" and media parameters in
HTTP Accept headers.
* Validate doc ids that come from a PUT to a URL.
- * Added a "change password"-feature to Futon.
Externals:
@@ -32,7 +31,7 @@ Externals:
Replicator:
* Added `_replicator` database to manage replications.
- * Fixed issues when an endpoint is a remote database acessible via SSL.
+ * Fixed issues when an endpoint is a remote database accessible via SSL.
* Added support for continuous by-doc-IDs replication.
Storage System:
@@ -49,6 +48,11 @@ View Server:
* Added view query aliases start_key, end_key, start_key_doc_id and
end_key_doc_id.
+Futon:
+
+ * Added a "change password"-feature to Futon.
+
+
Version 1.0.1
-------------