From: Armin Ronacher Date: Mon, 12 Apr 2010 12:04:35 +0000 (+0200) Subject: extensions have a priority now. X-Git-Tag: 2.4~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d29ec68271195235a3893c98894628f19c92810;p=thirdparty%2Fjinja.git extensions have a priority now. --HG-- branch : trunk --- diff --git a/CHANGES b/CHANGES index c0f24eb5..7ddc96ca 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,7 @@ Version 2.4 - the _speedups C extension now supports Python 3. - added support for autoescaping toggling sections and support for evaluation contexts (:ref:`eval-context`). +- extensions have a priority now. Version 2.3.1 -------------