summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2011-01-24 00:57:58 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2011-01-24 00:57:58 +0100
commitdd8afa2204149cf134e4ea30ebe51086e775218f (patch)
tree89bfe49a6c284459e4e1c269ba61c0fb9717a7a1 /CHANGES
parentbc56cd25c95b8c9d380b9af3726ecf8753764083 (diff)
downloadjinja2-dd8afa2204149cf134e4ea30ebe51086e775218f.tar.gz
The sum filter can now sum up attributes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7815a6d..a410c9e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -24,6 +24,10 @@ Version 2.6
earlier versions after an upgrade of the Python interpreter you don't have
to upgrade, it's enough to flush the bytecode cache. This just no longer
makes this necessary, Jinja2 will automatically detect these cases now.
+- the sum filter can now sum up values by attribute. This is a backwards
+ incompatible change. The argument to the filter previously was the
+ optional starting index which defaultes to zero. This now became the
+ second argument to the function because it's rarely used.
Version 2.5.5
-------------