From: David Lord Date: Mon, 30 Mar 2020 17:22:51 +0000 (-0700) Subject: changelog for reverting PackageLoader changes X-Git-Tag: 2.11.2~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1182%2Fhead;p=thirdparty%2Fjinja.git changelog for reverting PackageLoader changes --- diff --git a/CHANGES.rst b/CHANGES.rst index 0902830b..b16ed2b4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -15,6 +15,12 @@ Unreleased - Showing an undefined error for an object that raises ``AttributeError`` on access doesn't cause a recursion error. :issue:`1177` +- Revert changes to :class:`~loaders.PackageLoader` from 2.10 which + removed the dependency on setuptools and pkg_resources, and added + limited support for namespace packages. The changes caused issues + when using Pytest. Due to the difficulty in supporting Python 2 and + :pep:`451` simultaneously, the changes are reverted until 3.0. + :pr:`1182` Version 2.11.1