Jinja2 v2.10.2 Release Notes

Release Date: 2019-10-04 // over 4 years ago
  • ๐Ÿš€ Released 2019-10-04

    • ๐Ÿ—„ Fix Python 3.7 deprecation warnings.
    • Using range in the sandboxed environment uses xrange on Python 2 to avoid memory use. :issue:933
    • ๐Ÿ‘ Use Python 3.7's better traceback support to avoid a core dump when using debug builds of Python 3.7. :issue:1050