diff options
| author | Ben Bangert <ben@groovie.org> | 2010-11-18 14:13:33 -0800 |
|---|---|---|
| committer | Ben Bangert <ben@groovie.org> | 2010-11-18 14:13:33 -0800 |
| commit | 47c9f884f72e6902c3b789ab9c4c08a6fabcfc6a (patch) | |
| tree | 7b2972dfa539a41b6a121d23bc0774aa2c087619 | |
| parent | c1a3d2687cd27e85af95110f72c068a877cb662c (diff) | |
| download | pyramid-47c9f884f72e6902c3b789ab9c4c08a6fabcfc6a.tar.gz pyramid-47c9f884f72e6902c3b789ab9c4c08a6fabcfc6a.tar.bz2 pyramid-47c9f884f72e6902c3b789ab9c4c08a6fabcfc6a.zip | |
Gardening.
| -rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 4d51b89f5..dbd774086 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,9 +6,11 @@ Features - URL Dispatch now allows for replacement markers to be located anywhere in the pattern, instead of immediately following a ``/``. + - Added ``marker_pattern`` option to ``add_route`` to supply a dict of regular expressions to be used for markers in the pattern instead of the default regular expression that matched everything except a ``/``. + - Add a ``pyramid.url.route_path`` API, allowing folks to generate relative URLs. Calling ``route_path`` is the same as calling ``pyramid.url.route_url`` with the argument ``_app_url`` equal to the empty |
