summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2011-01-24 01:05:47 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2011-01-24 01:05:47 +0100
commitb7e75b8ea7222d59c7c7c9f1b17d8d6da71d0b12 (patch)
tree15cd06a26c5eef26fe087c6070b7b190318c7393 /CHANGES
parentdd8afa2204149cf134e4ea30ebe51086e775218f (diff)
downloadjinja2-b7e75b8ea7222d59c7c7c9f1b17d8d6da71d0b12.tar.gz
sort now also accepts an attribute
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a410c9e..7cda7b2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,7 @@ Version 2.6
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.
+- like sum, sort now also makes it possible to order items by attribute.
Version 2.5.5
-------------