mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-31 04:27:00 +00:00
Fix html_cva docs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# 3.12.0 (2024-XX-XX)
|
||||
|
||||
* Add the `html_cva` function (in the HTML extra package)
|
||||
* Add support for named arguments to the `block` and `attribute` functions
|
||||
* Throw a SyntaxError exception at compile time when a Twig callable has not the minimum number of required arguments
|
||||
* Add a `CallableArgumentsExtractor` class
|
||||
|
||||
@@ -12,6 +12,7 @@ Functions
|
||||
dump
|
||||
enum_cases
|
||||
html_classes
|
||||
html_cva
|
||||
include
|
||||
max
|
||||
min
|
||||
|
||||
Reference in New Issue
Block a user