summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-03-19 13:04:44 -0700
committerMichael Merickel <michael@merickel.org>2013-03-19 13:04:44 -0700
commitcfbfdff04fa10b1b8ed1d0ef52edc937cf101060 (patch)
tree31165cdac8d3006b8f3bda941729907febdd60d2 /CHANGES.txt
parent3fda611d2f9c515ed1e69f613641febceef387f8 (diff)
parentff41f867aef84c06833f19de18d4fbc2957a983a (diff)
downloadpyramid-cfbfdff04fa10b1b8ed1d0ef52edc937cf101060.tar.gz
pyramid-cfbfdff04fa10b1b8ed1d0ef52edc937cf101060.tar.bz2
pyramid-cfbfdff04fa10b1b8ed1d0ef52edc937cf101060.zip
Merge branch 'fix.798' of wosc/pyramid into pull.922
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 2e96421ee..d087bf43b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,6 +11,10 @@ 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.
+
Bug Fixes
---------