summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2011-05-24 16:40:23 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2011-05-24 16:40:23 +0200
commitee352ec21fdf753eff85e5d02631567d8c45a6d0 (patch)
tree640c9115f6f04f8a62d0247290f302a574edfb1c /CHANGES
parent067879e541d1030283d52099dbd1f7c24f2a4451 (diff)
downloadjinja2-ee352ec21fdf753eff85e5d02631567d8c45a6d0.tar.gz
Added test for mappings. This fixes #35
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2cdedf4..9fdfba2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -32,6 +32,8 @@ Version 2.6
- 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.
+- added a mapping test to see if an object is a dict or an object with
+ a similar interface.
Version 2.5.5
-------------