summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2011-10-05 09:48:05 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2011-10-05 09:48:05 +0200
commitb1b7b0893ca2750c871b402ea556e31558dc09dc (patch)
tree25720da4c9de38fd493eb730011f7c3e49811629 /CHANGES
parent1898c240cc7ab0b53cfc841774bd713723217a08 (diff)
downloadjinja2-b1b7b0893ca2750c871b402ea556e31558dc09dc.tar.gz
Fixed filesizeformat
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8e76e2b..84da684 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,7 @@ Version 2.7
- Choice and prefix loaders now dispatch source and template lookup
separately in order to work in combination with module loaders as
advertised.
+- Fixed filesizeformat.
Version 2.6
-----------