Fix Python version compatibility with Jinja2 2.7. closes #1173

This commit is contained in:
Takayuki Shimizukawa
2013-05-29 09:16:14 +00:00
parent 9d3bac3b8e
commit b2997a652e
2 changed files with 9 additions and 2 deletions

View File

@@ -9,6 +9,8 @@ Features added
Bugs fixed
----------
* #1173: Newest Jinja2 2.7 breaks Python version compatibilities because the
Jinja2 2.7 drops support for Python 2.5, 3.1, 3.2. Thanks to Alexander Dupuy.
* #1160: Citation target missing cause AssertionError.
* #1157: Combination of 'globaltoc.html' and hidden toctree cause exception.
* Fix: 'make gettext' cause UnicodeDecodeError when templates contain utf-8