From: Armin Ronacher Date: Sat, 18 May 2013 10:58:37 +0000 (+0100) Subject: Merge branch 'master' into sprint-branch X-Git-Tag: 2.7~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adb599994a668520b6467d7e2265d2150106eceb;p=thirdparty%2Fjinja.git Merge branch 'master' into sprint-branch --- adb599994a668520b6467d7e2265d2150106eceb diff --cc CHANGES index 7b204dac,c2cd4a43..95fd4823 --- a/CHANGES +++ b/CHANGES @@@ -15,8 -15,7 +15,9 @@@ Version 2. want to change this encoding they can override the filter. - Accessing `last` on the loop context no longer causes the iterator to be consumed into a list. +- Python requirement changed: 2.6, 2.7 or >= 3.3 are required now, + supported by same source code, using the "six" compatibility library. + - Allow `contextfunction` and other decorators to be applied to `__call__`. Version 2.6 -----------