Jinja2 v2.5.3 Release Notes

  • ๐Ÿš€ Released 2010-10-17

    • ๐Ÿ›  Fixed an operator precedence error introduced in 2.5.2. Statements like "-foo.bar" had their implicit parentheses applied around the first part of the expression ("(-foo).bar") instead of the more correct "-(foo.bar)".