diff options
| author | Ben Bangert <ben@groovie.org> | 2010-11-18 14:13:02 -0800 |
|---|---|---|
| committer | Ben Bangert <ben@groovie.org> | 2010-11-18 14:13:02 -0800 |
| commit | e84116c068f45c68752f89062fa545dd40acd63f (patch) | |
| tree | ddbe69019eb89fa788eb51b4878605082b0980eb /CHANGES.txt | |
| parent | 647815ef5fb2ca795b2d4ceb8f6740acefb7c695 (diff) | |
| download | pyramid-e84116c068f45c68752f89062fa545dd40acd63f.tar.gz pyramid-e84116c068f45c68752f89062fa545dd40acd63f.tar.bz2 pyramid-e84116c068f45c68752f89062fa545dd40acd63f.zip | |
- 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 ``/``.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 604f28cf4..b418565fa 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,11 @@ Next release 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 |
