You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dc...@apache.org on 2012/11/30 14:28:22 UTC

[3/4] git commit: Document when vhost support was added

Document when vhost support was added


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/060725bc
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/060725bc
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/060725bc

Branch: refs/heads/docs
Commit: 060725bcb40d79915564563159eae64bf896d260
Parents: 2abd490
Author: Dave Cottlehuber <dc...@apache.org>
Authored: Fri Nov 30 13:14:10 2012 +0100
Committer: Dave Cottlehuber <dc...@apache.org>
Committed: Fri Nov 30 13:14:10 2012 +0100

----------------------------------------------------------------------
 share/doc/src/pretty_urls.rst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/060725bc/share/doc/src/pretty_urls.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/pretty_urls.rst b/share/doc/src/pretty_urls.rst
index d3f5e9e..0171dfe 100644
--- a/share/doc/src/pretty_urls.rst
+++ b/share/doc/src/pretty_urls.rst
@@ -70,7 +70,7 @@ With the above setup, a request to ``http://sofa.couchdb:5984/sweet-o``
 will be mapped to
 ``http://127.0.0.1:5984/sofa/_design/sofa/_rewrite/sweet-o``
 
-.. versionchanged:: 0.11.0 added `vhosts` functionality
+.. versionadded:: 0.11.0 added `vhosts` functionality
 
 HTTP Rewrite Handler
 ====================