summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2016-12-31 00:40:38 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2016-12-31 00:40:38 +0100
commit47b55f8843870aa17938c5c6315cc76e0697176a (patch)
tree69cce85ffe8b9da4096672f625059c3f5be0fb87 /CHANGES
parent4a70e7a63eea604148ea0a2bdacf56d0102fc05d (diff)
downloadjinja2-47b55f8843870aa17938c5c6315cc76e0697176a.tar.gz
Make noopener the default for urlize
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 36b0817..aac02ef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,8 @@ Version 2.9
- Corrected a long standing issue with operator precedence of math operations
not being what was expected.
- Added support for Python 3.6 async iterators through a new async mode.
+- Added policies for filter defaults and similar things.
+- urlize now sets "rel noopener" by default.
Version 2.8.2
-------------