summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-05-19 11:29:55 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2013-05-19 11:29:55 +0100
commit13340f96729a7167b8ca066ea0f3e25c764533d8 (patch)
tree4266cb826b469a6f3e3f160baa63da04f7e245bd
parentc5005a7edfc578265ccef4026d4c30a0124d1361 (diff)
downloadjinja2-13340f96729a7167b8ca066ea0f3e25c764533d8.tar.gz
Flask -> Jinja2
-rw-r--r--CHANGES2
-rw-r--r--docs/switching.rst2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 036558a..af99f10 100644
--- a/CHANGES
+++ b/CHANGES
@@ -24,6 +24,8 @@ Version 2.7
filter.
- Added support for ignoring memcache errors silently.
- Added support for keeping the trailing newline in templates.
+- Added finer grained support for stripping whitespace on the left side
+ of blocks.
Version 2.6
-----------
diff --git a/docs/switching.rst b/docs/switching.rst
index 41bb5b0..28f772f 100644
--- a/docs/switching.rst
+++ b/docs/switching.rst
@@ -189,7 +189,7 @@ Django template::
No items!
{% endfor %}
-would be handled in Flask as::
+would be handled in Jinja2 as::
{% for item in items %}
{{item}}