summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2011-01-24 01:13:51 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2011-01-24 01:13:51 +0100
commit3383e1ca375290d2cd248c11171ff7e5a2b92a4d (patch)
tree262611d3311551acec6af3968fdc3e99d3346d41 /CHANGES
parenta8d2556834bdb75a3cff8464128956fc926288c9 (diff)
downloadjinja2-3383e1ca375290d2cd248c11171ff7e5a2b92a4d.tar.gz
join now also accepts parameters
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7cda7b2..2cdedf4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -29,6 +29,9 @@ Version 2.6
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.
+- like sum and sort, join now also is able to join attributes of objects
+ as string.
+- the internal eval context now has a reference to the environment.
Version 2.5.5
-------------