summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rw-r--r--docs/index.txt21
2 files changed, 22 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index dede54e..eaf088b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,7 @@
Routes Changelog
========================
--- 1.6 (**svn**)
+-- 1.6 (Dec. 14th, 2006)
* Fixed append_slash to take effect in the route generation itself instead of
relying on url_for function. Reported by ToddG.
* Added additional url_for tests to ensure map.resource generates proper named
@@ -159,4 +159,4 @@ Routes Changelog
* Trailing / - Route recognition earlier failed on trailing slashes, not really a bug,
not really a feature I guess. Anyways, trailing slashes are o.k. now as in the Rails
version.
-* redirect_to now has two sets of tests to ensure it works properly \ No newline at end of file
+* redirect_to now has two sets of tests to ensure it works properly
diff --git a/docs/index.txt b/docs/index.txt
index 2932939..1772966 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -22,6 +22,25 @@ Buzzword Compliance: *REST*, *DRY*
News
====
+**Dec. 14th, 2006**
+
+Routes 1.6:
+
+* Fixed append_slash to take effect in the route generation itself instead of
+ relying on url_for function. Reported by ToddG.
+* Added additional url_for tests to ensure map.resource generates proper named
+ routes.
+* WARNING: Changed map.resource initialization to accept individual member and
+ collection names to generate proper singular and plural route names. Those
+ using map.resource will need to update their routes and url_for statements
+ accordingly.
+* Added additional map.resource recognition tests.
+* Added WSGI middleware that does route resolving using new `WSGI.org Routing
+ Vars Spec <http://wsgi.org/wsgi/Specifications/routing_args>`_.
+* Added _absolute keyword option route connect to ignore SCRIPT_NAME settings.
+ Suggested by Ian Bicking.
+
+
**Oct. 16th, 2006**
Routes 1.5.2:
@@ -155,4 +174,4 @@ Author
`Ben Bangert <http://www.groovie.org/>`_ (`e-mail <mailto:ben@groovie.org>`_)
-Development sponsored by `Parachute LLC. <http://www.parachute.com/>`_ \ No newline at end of file
+Development sponsored by `Parachute LLC. <http://www.parachute.com/>`_