diff options
| author | Wolfgang Schnerring <wosc@wosc.de> | 2013-03-19 10:43:17 -0700 |
|---|---|---|
| committer | Wolfgang Schnerring <wosc@wosc.de> | 2013-03-19 10:43:17 -0700 |
| commit | ff41f867aef84c06833f19de18d4fbc2957a983a (patch) | |
| tree | 5050a477ffb78c7237869ae3103a7e74940eb6d0 /CHANGES.txt | |
| parent | aae62a0ba0d4709b50fd5f2e0be86fd91080d014 (diff) | |
| download | pyramid-ff41f867aef84c06833f19de18d4fbc2957a983a.tar.gz pyramid-ff41f867aef84c06833f19de18d4fbc2957a983a.tar.bz2 pyramid-ff41f867aef84c06833f19de18d4fbc2957a983a.zip | |
Fixes #798: Allow a protocol-relative URL to be passed to add_static_view, generate URLs using the current protocol.
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 ae2cafba4..53a09078a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,6 +11,11 @@ Features a dynamic property. It is recommended to define a dynamic ACL as a callable to avoid this ambiguity. See https://github.com/Pylons/pyramid/issues/735. +- Allow a protocol-relative URL (e.g. ``//example.com/images``) to be passed to + ``pyramid.config.Configurator.add_static_view``. This allows + externally-hosted static URLs to be generated based on the current protocol. + + 1.4 (2012-12-18) ================ |
