Jinja2 v2.3 Release Notes

  • ๐Ÿš€ Released 2010-02-10, codename 3000 Pythons

    • ๐Ÿ›  Fixes issue with code generator that causes unbound variables to be generated if set was used in if-blocks and other small identifier problems.
    • Include tags are now able to select between multiple templates and take the first that exists, if a list of templates is given.
    • ๐Ÿ›  Fixed a problem with having call blocks in outer scopes that have an argument that is also used as local variable in an inner frame :issue:360.
    • Greatly improved error message reporting :pr:339
    • Implicit tuple expressions can no longer be totally empty. This change makes {% if %} a syntax error now. :issue:364
    • ๐Ÿ‘ Added support for translator comments if extracted via babel.
    • Added with-statement extension.
    • ๐Ÿ‘ Experimental Python 3 support.