summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-08-07 12:48:37 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2013-08-07 12:48:37 +0100
commit563fd2e74af39a75bbc4eee451d4570d20e0beec (patch)
treed92fa3b2caf0fb9bb6cbe088b8f209712cc21725 /CHANGES
parentad09fe32dd02b6334d3b818c11b4a142866e7a87 (diff)
downloadjinja2-563fd2e74af39a75bbc4eee451d4570d20e0beec.tar.gz
Fixed warnings if Python is run with -3.
This also adds proper hashing and comparision support to undefined objects. This fixes #224
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1c7caf4..01afc4e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,9 @@ Version 2.7.1
- Fixed lack of Python 3 support for bytecode caches.
- Reverted support for defining blocks in included templates as this
broke existing templates for users.
+- Fixed some warnings with hashing of undefineds and nodes if Python
+ is run with warnings for Python 3.
+- Added support for properly hashing undefined objects.
Version 2.7
-----------