summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0182bdce0..adf926ea2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -32,6 +32,9 @@ Documentation
- Added documentation for a "multidict" (e.g. the API of ``request.POST``) as
interface API documentation.
+- Added a section to the "URL Dispatch" narrative chapter regarding the new
+ "static" route feature.
+
Features
--------
@@ -85,6 +88,13 @@ Features
section entitled "Displaying Matching Views for a Given URL" in the "View
Configuration" chapter of the narrative documentation for more information.
+- The ``add_route`` method of the Configurator now accepts a ``static``
+ argument. If this argument is ``True``, the added route will never be
+ considered for matching when a request is handled. Instead, it will only
+ be useful for URL generation via ``route_url`` and ``route_path``. See the
+ section entitled "Static Routes" in the URL Dispatch narrative chapter for
+ more information.
+
Bug Fixes
---------