Skip to content

Commit

Permalink
s/Add/Added/ in CHANGES
Browse files Browse the repository at this point in the history
Pretty much all other entries also use past tense
  • Loading branch information
ThiefMaster committed Aug 22, 2017
1 parent f3b6368 commit fc5be47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGES
Expand Up @@ -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
Expand Down

0 comments on commit fc5be47

Please sign in to comment.