summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-02-17 11:39:10 -0600
committerMichael Merickel <michael@merickel.org>2015-02-17 11:39:10 -0600
commit5fdf9a5f63b7731963de7f49df6c29077155525f (patch)
tree039ca762ddcf6e4946a2570136927d2773374969 /CHANGES.txt
parent4a9c13647b93c79ba3414c32c96906bc43e325d3 (diff)
downloadpyramid-5fdf9a5f63b7731963de7f49df6c29077155525f.tar.gz
pyramid-5fdf9a5f63b7731963de7f49df6c29077155525f.tar.bz2
pyramid-5fdf9a5f63b7731963de7f49df6c29077155525f.zip
update changelog
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