mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-31 04:27:00 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user