summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-11-21 13:50:12 -0600
committerMichael Merickel <michael@merickel.org>2014-11-21 13:50:12 -0600
commitf6b30ee045fdf5c63daff1168a47016b8aded919 (patch)
tree28e180eb111a424264894d4339b0827e9c49d21c /CHANGES.txt
parent574f16d75fa2bab304e8dbd59bb6e6950cc475ea (diff)
parentbc8e4d2acf583b9c581202c0f0efee3ee1da710a (diff)
downloadpyramid-f6b30ee045fdf5c63daff1168a47016b8aded919.tar.gz
pyramid-f6b30ee045fdf5c63daff1168a47016b8aded919.tar.bz2
pyramid-f6b30ee045fdf5c63daff1168a47016b8aded919.zip
Merge pull request #1469 from Pylons/testing-add-pypy3
Add support for testing 'pypy3' under Tox / Travis.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c7c829fb6..ea3323aa0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,8 @@ Next release
Features
--------
+- Added support / testing for 'pypy3' under Tox and Travis.
+
- 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