From: David Lord Date: Mon, 14 Oct 2019 14:03:03 +0000 (-0700) Subject: reformat changelog X-Git-Tag: 2.11.0~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=468b2df4c1ab7a20591135b0e16c1baec140c995;p=thirdparty%2Fjinja.git reformat changelog --- diff --git a/CHANGES.rst b/CHANGES.rst index 536e20c4..93122a60 100644 --- a/CHANGES.rst +++ b/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