aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d/2137.change.rst
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d/2137.change.rst')
-rw-r--r--changelog.d/2137.change.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/2137.change.rst b/changelog.d/2137.change.rst
deleted file mode 100644
index fb5f5075..00000000
--- a/changelog.d/2137.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Removed (private) pkg_resources.RequirementParseError, now replaced by packaging.requirements.InvalidRequirement. Kept the name for compatibility, but users should catch InvalidRequirement instead.