Skip to content

Commit

Permalink
[TASK] Sync v2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
s2b committed Aug 24, 2024
1 parent 97aa45a commit 050fb3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/Changelog/2.x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Changelog 2.x
* Deprecation: Trait :php:`TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithContentArgumentAndRenderStatic`
has been marked as deprecated. It will log a deprecation level error message when called in
Fluid v4. It will be removed in Fluid v5.
* Deprecation: Static method :php:`renderStatic()` on ViewHelpers that don't use :php:`TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithRenderStatic`
or :php:`TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithContentArgumentAndRenderStatic`
have been marked as deprecated. They will log a deprecation level error message when called in
Fluid v4. `renderStatic()` will no longer be called in Fluid v5.
* Deprecation: Variable names `true`, `false` and `null` will log a deprecation level error message because these
identifiers will become a Fluid language feature with v4.

Expand Down

0 comments on commit 050fb3e

Please sign in to comment.