diff options
| -rw-r--r-- | CHANGES.txt | 8 |
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 --------------------------- |
