fix MatchesBinary namespace in changelog

This commit is contained in:
Christian Flothmann
2026-02-26 09:47:50 +01:00
committed by GitHub
parent e56cdfdded
commit 442bcd4625
+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