summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/2489.change.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/2489.change.rst b/changelog.d/2489.change.rst
new file mode 100644
index 00000000..40eddbe7
--- /dev/null
+++ b/changelog.d/2489.change.rst
@@ -0,0 +1,2 @@
+``pkg_resources`` behavior for zipimport now matches the regular behavior, and finds
+``.egg-info`` (previoulsy would only find ``.dist-info``) -- by :user:`thatch`