summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/dev/changelog_urls.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json
index baf9e2583..9be31c03f 100644
--- a/scripts/dev/changelog_urls.json
+++ b/scripts/dev/changelog_urls.json
@@ -165,5 +165,6 @@
"pyproject_hooks": "https://pyproject-hooks.readthedocs.io/en/latest/changelog.html",
"markdown-it-py": "https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md",
"mdurl": "https://github.com/executablebooks/mdurl/commits/master",
- "blinker": "https://blinker.readthedocs.io/en/stable/#changes"
+ "blinker": "https://blinker.readthedocs.io/en/stable/#changes",
+ "exceptiongroup": "https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst"
}