summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-02-17 11:39:29 -0600
committerMichael Merickel <michael@merickel.org>2015-02-17 11:39:29 -0600
commit75f85c57e0f4d1069cef9feb6ab6182b5f651492 (patch)
tree039ca762ddcf6e4946a2570136927d2773374969 /CHANGES.txt
parent6ea099ded65ff671c26753b9b30e4d19b3c47b81 (diff)
parent5fdf9a5f63b7731963de7f49df6c29077155525f (diff)
downloadpyramid-75f85c57e0f4d1069cef9feb6ab6182b5f651492.tar.gz
pyramid-75f85c57e0f4d1069cef9feb6ab6182b5f651492.tar.bz2
pyramid-75f85c57e0f4d1069cef9feb6ab6182b5f651492.zip
Merge pull request #1583 from Pylons/fix.remove-cachebust-tokens
remove the token from the ICacheBuster api
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8cee9c09d..596e5f506 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -20,7 +20,10 @@ Features
- Cache busting for static resources has been added and is available via a new
argument to ``pyramid.config.Configurator.add_static_view``: ``cachebust``.
- See https://github.com/Pylons/pyramid/pull/1380
+ Core APIs are shipped for both cache busting via query strings and
+ path segments and may be extended to fit into custom asset pipelines.
+ See https://github.com/Pylons/pyramid/pull/1380 and
+ https://github.com/Pylons/pyramid/pull/1583
- Add ``pyramid.config.Configurator.root_package`` attribute and init
parameter to assist with includeable packages that wish to resolve