From: Juan Barreneche Date: Tue, 18 Jun 2019 13:51:55 +0000 (-0300) Subject: Add python 3.7 deprecation warning fix to changelog X-Git-Tag: 2.10.2~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1019%2Fhead;p=thirdparty%2Fjinja.git Add python 3.7 deprecation warning fix to changelog --- diff --git a/CHANGES.rst b/CHANGES.rst index 28f32781..78e13294 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,13 @@ Jinja Changelog =============== +Version 2.10.2 +-------------- + +_Unreleased_ + +- Fix Python 3.7 deprecation warnings. + Version 2.10.1 --------------