summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2013-05-18 01:07:52 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2013-05-18 01:07:52 +0200
commit50f6965f2e515b95d499e71d73776fc334c0a168 (patch)
tree26b0d917b8a12e150e749e5453ba0460c4a04597 /CHANGES
parent07a7d551b5ff6ff61f96bd8d59e32c60098dc061 (diff)
downloadjinja2-50f6965f2e515b95d499e71d73776fc334c0a168.tar.gz
update docs / changelog about python requirement, add myself to AUTHORS
also added 2 FIXMEs to intro.rst about the debugsupport for python 2.4 that needs to get removed
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6539c5f..7b204da 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,6 +15,8 @@ Version 2.7
want to change this encoding they can override the filter.
- Accessing `last` on the loop context no longer causes the iterator
to be consumed into a list.
+- Python requirement changed: 2.6, 2.7 or >= 3.3 are required now,
+ supported by same source code, using the "six" compatibility library.
Version 2.6
-----------