From: Armin Ronacher Date: Fri, 6 Jun 2014 15:49:25 +0000 (+0600) Subject: Added changelog for #304 fix. X-Git-Tag: 2.8~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7a9b947e0fe901fd3255b83d37cd02f05e76611;p=thirdparty%2Fjinja.git Added changelog for #304 fix. --- diff --git a/CHANGES b/CHANGES index c0852dfa..907e1c06 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,8 @@ Version 2.8 - Changed cache keys to use absolute file names if available instead of load names. - 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. Version 2.7.2 -------------