summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG22
-rw-r--r--docs/download/index.txt2
-rw-r--r--docs/index.txt10
3 files changed, 32 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4b9eae1..5305fed 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,28 @@
Routes Changelog
========================
+1.3 (Feb. 25th, 2006)
+
+*Backwards Incompatibilities*
+
+* None
+
+
+*New Features*
+
+* url_for keyword filters:
+ - Named routes can now have a _filter argument that should specify a function that takes
+ a dict as its sole argument. The dict will contain the full set of keywords passed to
+ url_for, which the function can then modify as it pleases. The new dict will then be
+ used as if it was the original set of keyword args given to url_for.
+
+*Bug Fixes*
+
+* Fixed Python 2.3 incompatibility due to using keyword arg for a sort statement
+ when using the built-in controller scanner.
+
+
+
1.2 (Feb. 17th, 2006)
----------------
diff --git a/docs/download/index.txt b/docs/download/index.txt
index 7070066..570dc65 100644
--- a/docs/download/index.txt
+++ b/docs/download/index.txt
@@ -4,7 +4,7 @@ Download
Latest Release
--------------
-**Release 1.2** : Feb. 17th, 2006
+**Release 1.3** : Feb. 25th, 2006
Download `ez_setup.py </files/ez_setup.py>`_ then run::
diff --git a/docs/index.txt b/docs/index.txt
index be132ee..2d175d2 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -19,7 +19,15 @@ Buzzword Compliance: *REST*, *DRY*
News
====
-**Febuary 17th, 2006**
+**February 25th, 2006**
+
+Routes 1.3 released with:
+
+* Filter functionality when using named routes
+* Fixed Python 2.3 incompatibility issue with 1.2
+
+
+**February 17th, 2006**
Routes 1.2 released with: