Improved choice and prefix loaders.
[jinja2.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index a410c9ed612c9899055e4903203d2da1ee79db12..4427436a17d90a69af0946d266d51e645e8e8c05 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,18 @@
 Jinja2 Changelog
 ================
 
-Version 2.6
+Version 2.7
 -----------
 (codename to be selected, release date to be announced)
 
+- Choice and prefix loaders now dispatch source and template lookup
+  separately in order to work in combination with module loaders as
+  advertised.
+
+Version 2.6
+-----------
+(codename Convolution, released on July 24th 2011)
+
 - internal attributes now raise an internal attribute error now instead
   of returning an undefined.  This fixes problems when passing undefined
   objects to Python semantics expecting APIs.
@@ -28,6 +36,12 @@ 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.
+- 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
 -------------