summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbbangert <none@none>2006-10-16 14:07:26 -0700
committerbbangert <none@none>2006-10-16 14:07:26 -0700
commit3be5182e189fb307a7fbd560aa71ace5650744c1 (patch)
treef105d5a9992bc983d0813881f6c6c747bcf69b91
parent483bd1b8edaca8d3cbe2b652b02b9ef056d43e3b (diff)
downloadroutes-3be5182e189fb307a7fbd560aa71ace5650744c1.tar.gz
[svn] Updating docs for 1.5.2 release.
--HG-- branch : trunk
-rw-r--r--CHANGELOG2
-rw-r--r--docs/index.txt11
2 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b134d5a..8b1b0d5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,7 @@
Routes Changelog
========================
--- 1.5.2 (**svn**)
+-- 1.5.2 (Oct. 16th, 2006)
* Added fully_qualified keyword option to url_for to have it generate a full
URL. Resolves #29.
* Fixed examples in url_for doc strings so they'll be accurate.
diff --git a/docs/index.txt b/docs/index.txt
index 93f3ae1..a80c00b 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -22,7 +22,16 @@ Buzzword Compliance: *REST*, *DRY*
News
====
-** Oct. 4th, 2006**
+**Oct. 16th, 2006**
+
+Routes 1.5.2:
+
+* Added fully_qualified keyword option to url_for to have it generate a full
+ URL. Resolves #29.
+* Fixed examples in url_for doc strings so they'll be accurate.
+
+
+**Oct. 4th, 2006**
Routes 1.5.1: