summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2010-02-28 22:27:54 -0800
committerBen Bangert <ben@groovie.org>2010-02-28 22:27:54 -0800
commit65eabf8507dac9ebeac368e01cf85e4e5c4b33f4 (patch)
tree5f48855556d973ed3878e6fd9f9b2fbd4086f13e
parente9b9c275df3c11931c7b1b17be03a982b43519d3 (diff)
downloadroutes-1.12.tar.gz
Update index pagev1.12
--HG-- branch : trunk
-rw-r--r--CHANGELOG4
-rw-r--r--docs/_templates/index.html25
2 files changed, 9 insertions, 20 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c1e5b45..5b243b5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,8 @@
Routes Changelog
%%%%%%%%%%%%%%%%
-Release 1.12 (**tip**)
-======================
+Release 1.12 (February 28, 2010)
+================================
* Split up the Routes docs.
* Fix bug with relative URL's using qualified merging host and URL without
including the appropriate slash. Fixes #13.
diff --git a/docs/_templates/index.html b/docs/_templates/index.html
index 4a4052d..01ce011 100644
--- a/docs/_templates/index.html
+++ b/docs/_templates/index.html
@@ -19,32 +19,21 @@ style="float:left;margin:1em" />
<div style="font-size:smaller">
-<p>Version 1.11 (2009-09-28)</p>
+<p>Version 1.12 (2010-02-28)</p>
<ul>
- <li>Completely new manual</li>
- <li>Add a group of routes under a common URL prefix</li>
+ <li>Explicit method of calling Mapper.routematch directly</li>
+ <li>Submapper improvements for better resource handling</li>
+ <li>Various bug fixes</li>
</ul>
-<p>Version 1.10 (2008-11-24)</p>
+<p>Version 1.11 (2009-09-28)</p>
<ul>
- <li>A <code>URLGenerator</code> object which is more
- extensible than <code>url_for()</code></li>
- <li>Put redirects directly in the route
- map, avoiding stub actions in your application</li>
- <li>Static routes can have path variables</li>
+ <li>Completely new manual</li>
+ <li>Add a group of routes under a common URL prefix</li>
</ul>
-<p>Version 1.9 (2008-06-12)</p>
-
-<ul>
-
- <li>Optional non-Rails'ish syntax for path variables and requirements
- <li>Minimization is optional and no longer recommended</li>
- <li>Generating a route by name is more deterministic and faster</li>
-
-</ul>
</div>