minor #4779 fix MatchesBinary namespace in changelog (xabbuh)

This PR was merged into the 3.x branch.

Discussion
----------

fix MatchesBinary namespace in changelog

Commits
-------

442bcd4625 fix MatchesBinary namespace in changelog
This commit is contained in:
Fabien Potencier
2026-02-26 10:46:59 +01:00
+1 -1
View File
@@ -1,7 +1,7 @@
# 3.24.0 (2026-XX-XX)
* Deprecate not implementing the `getOperatorTokens()` method in `ExpressionParserInterface` implementations
* Deprecate passing a non-`AbstractExpression` node to `ParserTwig\Node\Expression\Binary\MatchesBinary` constructor
* Deprecate passing a non-`AbstractExpression` node to `Twig\Node\Expression\Binary\MatchesBinary` constructor
* Deprecate passing a non-`AbstractExpression` node to `Parser::setParent()`
* Add support for renaming variables in object destructuring (`{name: userName} = user`)
* Add `html_attr_relaxed` escaping strategy that preserves :, @, [, and ] for front-end framework attribute names