]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
reformat changelog
authorDavid Lord <davidism@gmail.com>
Mon, 14 Oct 2019 14:03:03 +0000 (07:03 -0700)
committerDavid Lord <davidism@gmail.com>
Mon, 14 Oct 2019 14:03:03 +0000 (07:03 -0700)
CHANGES.rst

index 536e20c473543edb7babdf78d0ef7b5551e3f54a..93122a6055ff198ad780ca89bbd2b4fc4884d019 100644 (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