From b5eee90a8263f82e31bcb16e5fedbc36623b7812 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Sun, 26 Feb 2017 18:01:59 +0100 Subject: [PATCH] Use proper `versionadded` annotation in docs --- docs/templates.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/templates.rst b/docs/templates.rst index 236590f2..e9e36391 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -1345,7 +1345,7 @@ The following functions are available in the global scope by default: Returns the current item. - **new in Jinja 2.1** + .. versionadded:: 2.1 .. class:: joiner(sep=', ') @@ -1365,7 +1365,7 @@ The following functions are available in the global scope by default: Edit {% endif %} - **new in Jinja 2.1** + .. versionadded:: 2.1 Extensions -- 2.47.2