summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 936d487bf..0e6d69252 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -59,6 +59,12 @@ Features
to predicate factories as their second argument.
See https://github.com/Pylons/pyramid/pull/3514
+- Added support for serving pre-compressed static assets by using the
+ ``content_encodings`` argument of
+ ``pyramid.config.Configurator.add_static_view`` and
+ ``pyramid.static.static_view``.
+ See https://github.com/Pylons/pyramid/pull/3537
+
Deprecations
------------