summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-11-21 19:02:36 -0600
committerMichael Merickel <michael@merickel.org>2014-11-21 19:02:53 -0600
commit149d36342e9970295ee49b0dfca7f1c896bce2a9 (patch)
treeb10ed5f20e4245bd2e3a9f7adff565214358efd4
parentcf4ad5eaea4af3da3bbac4c421fe5f959ed1d256 (diff)
downloadpyramid-149d36342e9970295ee49b0dfca7f1c896bce2a9.tar.gz
pyramid-149d36342e9970295ee49b0dfca7f1c896bce2a9.tar.bz2
pyramid-149d36342e9970295ee49b0dfca7f1c896bce2a9.zip
update changelog
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ea3323aa0..d6264b892 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,9 @@ Features
- Added support / testing for 'pypy3' under Tox and Travis.
+- Automate code coverage metrics across py2 and py3 instead of just py2.
+ 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``.
See https://github.com/Pylons/pyramid/pull/1380