diff options
| author | Michael Merickel <michael@merickel.org> | 2015-12-17 21:23:16 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-12-17 21:23:16 -0600 |
| commit | b791e9ee69e98032950f97e09a98baadddbe9f91 (patch) | |
| tree | aa16596a6e69b345bd44226e1a2c0cf92285b4a9 /CHANGES.txt | |
| parent | 67b4070521c23bcc5cfe4abd9c122a99f8b79c80 (diff) | |
| parent | bc8fa64a416ce52ec5cc9fd819ce1a3caa427a19 (diff) | |
| download | pyramid-b791e9ee69e98032950f97e09a98baadddbe9f91.tar.gz pyramid-b791e9ee69e98032950f97e09a98baadddbe9f91.tar.bz2 pyramid-b791e9ee69e98032950f97e09a98baadddbe9f91.zip | |
Merge pull request #2171 from mmerickel/feature/add-cache-buster
config.add cache buster
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e9dc975a7..3c3dd6e79 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -53,11 +53,12 @@ Features See https://github.com/Pylons/pyramid/pull/1471 - Cache busting for static resources has been added and is available via a new - argument to ``pyramid.config.Configurator.add_static_view``: ``cachebust``. - Core APIs are shipped for both cache busting via query strings and - path segments and may be extended to fit into custom asset pipelines. + ``pyramid.config.Configurator.add_cache_buster`` API. Core APIs are shipped + for both cache busting via query strings and via asset manifests for + integrating into custom asset pipelines. See https://github.com/Pylons/pyramid/pull/1380 and - https://github.com/Pylons/pyramid/pull/1583 + https://github.com/Pylons/pyramid/pull/1583 and + https://github.com/Pylons/pyramid/pull/2171 - Add ``pyramid.config.Configurator.root_package`` attribute and init parameter to assist with includeable packages that wish to resolve |
