aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-03-30 10:22:51 -0700
committerDavid Lord <davidism@gmail.com>2020-03-30 10:31:42 -0700
commit35a2ba5ef354358194d26ede3959d3c077d67361 (patch)
treeecfe4d02ef718297b6fed2a3a75965f30943d79c
parente2357fad71cee5ae93cb66ca27deb9dd67ccefa5 (diff)
downloadjinja-35a2ba5ef354358194d26ede3959d3c077d67361.tar.gz
changelog for reverting PackageLoader changes
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
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