- Add ``jinja2.i18n_extension`` configuration setting. See https://github.com/Pylons/pyramid_jinja2/pull/165
2.9.2
==================
- Support Jinja2 >= 3.0.
- Only import ``jinja2.pass_context`` if available on Jinja2 >= 3.0, otherwise fallback to ``jinja2.contextfilter``. See https://github.com/Pylons/pyramid_jinja2/pull/164
2.9.1
==================
**This release has been yanked and is no longer available.**
- Fix package metadata. No changes from 2.9.
2.9
================
**This release has been yanked and is no longer available.**
- Drop Python 3.6 support.
- Add Python 3.9 and 3.10 support.
- Refactor project structure to make wheel distribution smaller.
- Blackify the codebase.
- Use the newer ``jinja2.pass_context`` in favor of the deprecated ``jinja2.contextfilter``. See https://github.com/Pylons/pyramid_jinja2/pull/159
2.8
================
- Drop Python 3.3 support.
- Add Python 3.6 and 3.7 support.
- Support the ``mapping`` argument in the injected ``gettext`` function. See https://github.com/Pylons/pyramid_jinja2/pull/143