summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-06-24 22:04:23 +0000
committerChris McDonough <chrism@agendaless.com>2009-06-24 22:04:23 +0000
commitf8eb3325d60d6d8edf3e961fd2961930c2f7373a (patch)
tree4c87b97781f299bb6d95fff0043ca656a0d2daea
parent3d1b592d1825bc45c1e55ac6e0b7dcd102b18a9a (diff)
downloadpyramid-f8eb3325d60d6d8edf3e961fd2961930c2f7373a.tar.gz
pyramid-f8eb3325d60d6d8edf3e961fd2961930c2f7373a.tar.bz2
pyramid-f8eb3325d60d6d8edf3e961fd2961930c2f7373a.zip
Wrong.
-rw-r--r--CHANGES.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 63a77c1d6..434dd662e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -34,10 +34,10 @@ Documentation
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.
+- Added the ``repoze.bfg.url.route_url`` API. This API allows you to
+ generate URLs based on ``<route>`` declarations. See the URL
+ Dispatch narrative chapter and the "repoze.bfg.url" module API
+ documentation for more information.
Backwards Incompatibilities
---------------------------