summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-06-24 04:04:06 +0000
committerChris McDonough <chrism@agendaless.com>2009-06-24 04:04:06 +0000
commitdc405b2e9bac8e43350442a7824901f5ced8e3d5 (patch)
tree9848b737b83471905ad95df6e34c12f568398c53 /CHANGES.txt
parentaffef3124f49441989522a5c87589d37a9b8585a (diff)
downloadpyramid-dc405b2e9bac8e43350442a7824901f5ced8e3d5.tar.gz
pyramid-dc405b2e9bac8e43350442a7824901f5ced8e3d5.tar.bz2
pyramid-dc405b2e9bac8e43350442a7824901f5ced8e3d5.zip
- Added the ``repoze.bfg.url.route_url`` API. This is meant to
"front" for the Routes ``url_for`` API. See the URL Dispatch narrative chapter and the "repoze.bfg.url" module API documentation for more information.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 597c29684..0ee8bb093 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -13,6 +13,14 @@ Documentation
- Added a "corner case" explanation to the "Hybrid Apps" chapter
explaining what to do when "the wrong" view is matched.
+Features
+--------
+
+- Added the ``repoze.bfg.url.route_url`` API. This is meant to
+ "front" for the Routes ``url_for`` API. See the URL Dispatch
+ narrative chapter and the "repoze.bfg.url" module API documentation
+ for more information.
+
1.0a2 (2009-06-23)
==================