Jinja2 Changelog
================
+Version 2.8
+-----------
+(codename Translation, release date to be decided)
+
+- Added `target` parameter to urlize function.
+- Added support for `followsymlinks` to the file system loader.
+- The truncate filter now counts the length.
+- Added equalto filter that helps with select filters.
+
Version 2.7.2
-------------
- (bugfix release, release date to be decided)
+ (bugfix release, released on January 10th 2014)
- Prefix loader was not forwarding the locals properly to
inner loaders. This is now fixed.