commit | 6e9dfbf2de06050b941425eef38bbf90362346be | [log] [tgz] |
---|---|---|
author | Armin Ronacher <armin.ronacher@active-4.com> | Fri Jun 06 22:14:45 2014 +0600 |
committer | Armin Ronacher <armin.ronacher@active-4.com> | Fri Jun 06 22:14:45 2014 +0600 |
tree | 446d55accf96132ab4629069570e1afc16e20248 | |
parent | d2641be8486fb7541a4db8d22f4ec574a3cc2d0c [diff] [blame] |
Added tests for logging undefined and added it to the docs.
diff --git a/CHANGES b/CHANGES index 907e1c0..b9606f6 100644 --- a/CHANGES +++ b/CHANGES
@@ -14,6 +14,8 @@ - Fixed loop length calculation for some iterators. - Changed how Jinja2 enforces strings to be native strings in Python 2 to work when people break their default encoding. +- Added :func:`make_logging_undefined` which returns an undefined + object that logs failures into a logger. Version 2.7.2 -------------