From: Adrian Moennich Date: Sun, 26 Feb 2017 17:01:59 +0000 (+0100) Subject: Use proper `versionadded` annotation in docs X-Git-Tag: 2.10~31^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5eee90a8263f82e31bcb16e5fedbc36623b7812;p=thirdparty%2Fjinja.git Use proper `versionadded` annotation in docs --- 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