mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 20:36:33 +00:00
fix class names
This commit is contained in:
committed by
GitHub
parent
0d1a937f61
commit
bee4263cd6
@@ -3,8 +3,8 @@
|
|||||||
* Make `CoreExtension::formatDate`, `CoreExtension::convertDate`, and
|
* Make `CoreExtension::formatDate`, `CoreExtension::convertDate`, and
|
||||||
`CoreExtension::formatNumber` part of the public API
|
`CoreExtension::formatNumber` part of the public API
|
||||||
* Add `needs_charset` option for filters and functions
|
* Add `needs_charset` option for filters and functions
|
||||||
* Extract the escaping logic from the `EscapingExtension` class to a new
|
* Extract the escaping logic from the `EscaperExtension` class to a new
|
||||||
`EscapingRuntime` class.
|
`EscaperRuntime` class.
|
||||||
|
|
||||||
The following methods from ``Twig\\Extension\\EscaperExtension`` are
|
The following methods from ``Twig\\Extension\\EscaperExtension`` are
|
||||||
deprecated: ``setEscaper()``, ``getEscapers()``, ``setDefaultStrategy()``,
|
deprecated: ``setEscaper()``, ``getEscapers()``, ``setDefaultStrategy()``,
|
||||||
|
|||||||
Reference in New Issue
Block a user