Jinja2 v2.7.1 Release Notes

  • ๐Ÿš€ Released 2013-08-07

    • ๐Ÿ›  Fixed a bug with call_filter not working properly on environment and context filters.
    • ๐Ÿ›  Fixed lack of Python 3 support for bytecode caches.
    • โช Reverted support for defining blocks in included templates as this broke existing templates for users.
    • โš  Fixed some warnings with hashing of undefineds and nodes if Python is run with warnings for Python 3.
    • ๐Ÿ‘ Added support for properly hashing undefined objects.
    • ๐Ÿ›  Fixed a bug with the title filter not working on already uppercase strings.