From f6cb1efa8fba683bdc5c9b4a645f9357fe2e6208 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 4 Dec 2019 01:13:52 -0600 Subject: negotiate the best static asset using supported encodings --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index 537ca4671..8cf6eaff6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -64,6 +64,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 ------------ -- cgit v1.2.3