mirror of
https://gitee.com/openharmony/third_party_jinja2
synced 2024-11-23 15:19:46 +00:00
reformat changelog
This commit is contained in:
parent
8146e45b30
commit
468b2df4c1
10
CHANGES.rst
10
CHANGES.rst
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user