From: Armin Ronacher Date: Fri, 6 Jun 2014 15:23:13 +0000 (+0600) Subject: Added changelog entry X-Git-Tag: 2.8~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72a93c8e73a87b13ae8e2fb38a046a3e21f43806;p=thirdparty%2Fjinja.git Added changelog entry --- diff --git a/CHANGES b/CHANGES index 459fde74..41fbe577 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,8 @@ Version 2.8 - Added support for `followsymlinks` to the file system loader. - The truncate filter now counts the length. - Added equalto filter that helps with select filters. +- Changed cache keys to use absolute file names if available + instead of load names. Version 2.7.2 -------------