===============
+Version 2.11
+------------
+
+unreleased
+
+- Async support is only loaded the first time an
+ :class:`~environment.Environment` enables it, in order to avoid a
+ slow initial import. (`#765`_)
+- Python 2.6 and 3.3 are not supported anymore.
+- The `map` filter in async mode now automatically awaits
+
+.. _#765: https://github.com/pallets/jinja/issues/765
+
+
+ Version 2.10.1
+ --------------
+
+ Released 2019-04-06
+
+ - ``SandboxedEnvironment`` securely handles ``str.format_map`` in
+ order to prevent code execution through untrusted format strings.
+ The sandbox already handled ``str.format``.
+
+
Version 2.10
------------