Twig v3.1.0 Release Notes

Release Date: 2020-10-21 // over 3 years ago
    • Fix sandbox support when using "include(template_from_string())"
    • Make round brackets optional for one argument tests like "same as" or "divisible by"
    • Add support for ES2015 style object initialisation shortcut { a } is the same as { 'a': a }