================
- Drop Python 2.6 and 3.2 support.
- Add Python 3.5 support.
- 123: Switch to pytest and pip for testing and installation in the
documentation and scaffold. nose and coverage are still used in the core
pyramid_jinja2 package [stevepiercy].
- Prefer ``resource_url`` over deprecated ``model_url``. Pyramid has changed
its vocabulary, so let's reflect the changes. [Mikko Ohtamaa]
- Support a dotted path to a gettext wrapper for the ``jinja2.i18n.gettext``
setting. [mmerickel]