From: Adrian Moennich Date: Tue, 22 Aug 2017 21:24:52 +0000 (+0200) Subject: s/Add/Added/ in CHANGES X-Git-Tag: 2.10~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc5be479ddb3ffd2687607aada5a53bd5304f060;p=thirdparty%2Fjinja.git s/Add/Added/ in CHANGES Pretty much all other entries also use past tense --- diff --git a/CHANGES b/CHANGES index 7256cf05..21a60ecf 100644 --- a/CHANGES +++ b/CHANGES @@ -24,13 +24,13 @@ Version 2.10 `trans` blocks. - The ``random`` filter is no longer incorrectly constant folded and will produce a new random choice each time the template is rendered. (`#478`_) -- Add a ``unique`` filter. (`#469`_) -- Add ``min`` and ``max`` filters. (`#475`_) -- Add tests for all comparison operators: ``eq``, ``ne``, ``lt``, ``le``, +- Added a ``unique`` filter. (`#469`_) +- Added ``min`` and ``max`` filters. (`#475`_) +- Added tests for all comparison operators: ``eq``, ``ne``, ``lt``, ``le``, ``gt``, ``ge``. (`#665`_) - ``import`` statement cannot end with a trailing comma. (`#617`_, `#618`_) - ``indent`` filter will not indent blank lines by default. (`#685`_) -- Add ``reverse`` argument for ``dictsort`` filter. (`#692`_) +- Added ``reverse`` argument for ``dictsort`` filter. (`#692`_) .. _#469: https://github.com/pallets/jinja/pull/469 .. _#475: https://github.com/pallets/jinja/pull/475