summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-05-18 12:07:27 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2013-05-18 12:07:27 +0100
commit728d69abad71e6b3664d1fc67a4584371ab43b10 (patch)
treeb94d2f0c4e2359129fd58c1363589e37528ecdf5 /CHANGES
parent587d61b7f8a8a0b4fec100f531f73ab62d9dd121 (diff)
downloadjinja2-728d69abad71e6b3664d1fc67a4584371ab43b10.tar.gz
Added missing versionadded and changelog entry
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c2cd4a4..6a4420d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,8 @@ Version 2.7
- Accessing `last` on the loop context no longer causes the iterator
to be consumed into a list.
- Allow `contextfunction` and other decorators to be applied to `__call__`.
+- Added support for changing from newline to different signs in the `wordwrap`
+ filter.
Version 2.6
-----------