From: Armin Ronacher Date: Mon, 18 Feb 2019 07:15:10 +0000 (+0100) Subject: Update CHANGES.rst X-Git-Tag: 2.11.0~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e417c5c6ec90709f15e96a977ab59a5397a08fb;p=thirdparty%2Fjinja.git Update CHANGES.rst --- diff --git a/CHANGES.rst b/CHANGES.rst index 213ad49f..d7e88faa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,7 @@ unreleased :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