------------------
- Add support for Python 3.4, 3.5 and 3.6.
- Deprecate support for Python 2.6: it will be dropped in the next release.
- Drop support for Python 3.2: testing / packaging tools no longer support it.
- Strengthen the hash algorithm used in ``<authtkauthpolicy>`` directive
from ``md5`` -> ``sha512``.
- Add support for ZCML "features" (labels controlling conditional
directives). See: https://github.com/Pylons/pyramid_zcml/pull/1.
- Drop support for pyramid < 1.5, venusian < 1.0.0.
- Add ``pyramid_mako`` testing dependency and configure it in tests
(Current versions of Pyramid split out ``Mako`` integration).
- Fix compatibility with Pyramid 1.8.