Twig v2.4.5 Release Notes

Release Date: 2018-03-02 // about 6 years ago
    • optimized the performance of calling an extension method at runtime
    • optimized the performance of the dot operator for array and method calls
    • added an exception when using "===" instead of "same as"
    • fixed possible array to string conversion concealing actual error
    • made variable names deterministic in compiled templates
    • fixed length filter when passing an instance of IteratorAggregate
    • fixed Environment::resolveTemplate to accept instances of TemplateWrapper