minor #4727 Fix CHANGELOG (usarise)

This PR was merged into the 3.x branch.

Discussion
----------

Fix CHANGELOG

Commit [Support for invoking closures](https://github.com/twigphp/Twig/commit/918f52e818f7c56e90ec462ae90b230da244a7ed) was added after release 3.17.1 https://github.com/twigphp/Twig/commits/v3.18.0

Commits
-------

97ff597b8a Fix CHANGELOG
This commit is contained in:
Fabien Potencier
2026-01-09 18:53:33 +01:00
+1 -1
View File
@@ -70,6 +70,7 @@
# 3.18.0 (2024-12-29)
* Support for invoking closures
* Fix unary operator precedence change
* Ignore `SyntaxError` exceptions from undefined handlers when using the `guard` tag
* Add a way to stream template rendering (`TemplateWrapper::stream()` and `TemplateWrapper::streamBlock()`)
@@ -78,7 +79,6 @@
* Fix the null coalescing operator when the test returns null
* Fix the Elvis operator when used as '? :' instead of '?:'
* Support for invoking closures
# 3.17.0 (2024-12-10)