summaryrefslogtreecommitdiff
path: root/changelog.d/2493.change.rst
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d/2493.change.rst')
-rw-r--r--changelog.d/2493.change.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/2493.change.rst b/changelog.d/2493.change.rst
new file mode 100644
index 00000000..f2c46932
--- /dev/null
+++ b/changelog.d/2493.change.rst
@@ -0,0 +1,2 @@
+Use importlib.import_module() rather than the deprectated loader.load_module()
+in pkg_resources namespace delaration -- by :user:`encukou`