diff options
| author | Chris McDonough <chrism@plope.com> | 2013-08-29 18:07:04 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-08-29 18:07:04 -0400 |
| commit | db0185ff8516b852aad0a1bdb0cbcee63d28c4d2 (patch) | |
| tree | ce4cf3a82368a21a376a11d6e89113da36bd56c0 /CHANGES.txt | |
| parent | c0d5a5caf165d2dc3dcae08b687a8b4a7a93201c (diff) | |
| download | pyramid-db0185ff8516b852aad0a1bdb0cbcee63d28c4d2.tar.gz pyramid-db0185ff8516b852aad0a1bdb0cbcee63d28c4d2.tar.bz2 pyramid-db0185ff8516b852aad0a1bdb0cbcee63d28c4d2.zip | |
first cut at hybrid url generation; still needs tests for resource_url logic
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 93349abe6..657c50009 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -232,6 +232,16 @@ Backwards Incompatibilities respectively using the machinery described in the "Internationalization" chapter of the documentation. +- If you send an ``X-Vhm-Root`` header with a value that ends with a slash (or + any number of slashes), the trailing slash(es) will be removed before a URL + is generated when you use use ``request.resource_url`` or + ``request.resource_path``. Previously the virtual root path would not have + trailing slashes stripped, which would influence URL generation. + +- The ``pyramid.interfaces.IResourceURL`` interface has now grown two new + attributes: ``virtual_path_tuple`` and ``physical_path_tuple``. These should + be the tuple form of the resource's path (physical and virtual). + 1.4 (2012-12-18) ================ |
