reformat changelog

This commit is contained in:
David Lord 2019-10-14 07:03:03 -07:00
parent 8146e45b30
commit 468b2df4c1
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8

View File

@ -39,11 +39,11 @@ Unreleased
:issue:`63`
- When providing multiple paths to ``FileSystemLoader``, a template
can have the same name as a directory. :issue:`821`
- Always return a standard :class:`Undefined` when omitting the else clause
in a ``{{ 'foo' if bar }}`` expression, regardless of what is specified as
the environment's ``undefined`` class, as omitting the else clause is a
valid shortcut and not actually an undefined variable that shauld cause
an error (in case of :class:`StrictUndefined`). :issue:`710`, :pr:`1079`
- Always return :class:`Undefined` when omitting the ``else`` clause
in a ``{{ 'foo' if bar }}`` expression, regardless of the
environment's ``undefined`` class. Omitting the ``else`` clause is a
valid shortcut and should not raise an error when using
:class:`StrictUndefined`). :issue:`710`, :pr:`1079`
Version 2.10.3