Skip to content

Commit 10cb4be

Browse files
committed
Remove versionadded in docs
1 parent a2a4921 commit 10cb4be

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/templates.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,6 @@ Named Arguments
228228
Named arguments are supported everywhere you can pass arguments: functions,
229229
filters, tests, macros, and dot operator arguments.
230230

231-
.. versionadded:: 3.15
232-
233-
Named arguments for macros and dot operator arguments were added in Twig
234-
3.15.
235-
236231
.. code-block:: twig
237232
238233
{% for i in range(low: 1, high: 10, step: 2) %}

0 commit comments

Comments
 (0)