diff options
| author | Michael Merickel <michael@merickel.org> | 2015-12-17 21:18:34 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-12-17 21:18:34 -0600 |
| commit | bc8fa64a416ce52ec5cc9fd819ce1a3caa427a19 (patch) | |
| tree | 98c3a74f4891324707b527eddd0083ae752c32be | |
| parent | 897d1deeab710233565f97d216e4d112b2a466e3 (diff) | |
| download | pyramid-bc8fa64a416ce52ec5cc9fd819ce1a3caa427a19.tar.gz pyramid-bc8fa64a416ce52ec5cc9fd819ce1a3caa427a19.tar.bz2 pyramid-bc8fa64a416ce52ec5cc9fd819ce1a3caa427a19.zip | |
update changelog for #2171
| -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 |
