From ff41f867aef84c06833f19de18d4fbc2957a983a Mon Sep 17 00:00:00 2001 From: Wolfgang Schnerring Date: Tue, 19 Mar 2013 10:43:17 -0700 Subject: Fixes #798: Allow a protocol-relative URL to be passed to add_static_view, generate URLs using the current protocol. --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES.txt') 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) ================ -- cgit v1.2.3