diff --git a/doc/functions/block.rst b/doc/functions/block.rst index f5d683c73..68995238e 100644 --- a/doc/functions/block.rst +++ b/doc/functions/block.rst @@ -1,12 +1,6 @@ ``block`` ========= -.. versionadded: 1.28 - Using ``block`` with the ``defined`` test was added in Twig 1.28. - -.. versionadded: 1.28 - Support for the template argument was added in Twig 1.28. - When a template uses inheritance and if you want to print a block multiple times, use the ``block`` function: diff --git a/doc/tags/with.rst b/doc/tags/with.rst index 3b3ce25c4..c40856e27 100644 --- a/doc/tags/with.rst +++ b/doc/tags/with.rst @@ -1,9 +1,6 @@ ``with`` ======== -.. versionadded:: 1.28 - The ``with`` tag was added in Twig 1.28. - Use the ``with`` tag to create a new inner scope. Variables set within this scope are not visible outside of the scope: