Skip to content

Commit a5addaa

Browse files
committed
[#4805] Adding versionadded
1 parent 8fe9069 commit a5addaa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

reference/twig_reference.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,9 @@ information in :ref:`book-templating-pages`.
358358
absolute_url
359359
~~~~~~~~~~~~
360360

361+
.. versionadded:: 2.6
362+
The ``absolute_url`` function was introduced in Symfony 2.7
363+
361364
.. code-block:: jinja
362365
363366
{{ absolute_url(path) }}
@@ -375,6 +378,9 @@ an existing path:
375378
relative_path
376379
~~~~~~~~~~~~~
377380

381+
.. versionadded:: 2.6
382+
The ``relative_path`` function was introduced in Symfony 2.7
383+
378384
.. code-block:: jinja
379385
380386
{{ relative_path(path) }}

0 commit comments

Comments
 (0)