summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-07-03 20:44:52 +1200
committertoofar <toofar@spalge.com>2023-07-03 20:44:52 +1200
commit9f9dfe7509378f90a9ba9370abd09c9bde7ef604 (patch)
treeb7f9da09af52ddfe63489c37eb839ab8ec1f6784
parent9d89e16e19eb5c5876b6357f260ac470deba4539 (diff)
downloadqutebrowser-9f9dfe7509378f90a9ba9370abd09c9bde7ef604.tar.gz
qutebrowser-9f9dfe7509378f90a9ba9370abd09c9bde7ef604.zip
Add exceptiongroup changelog
Ref #7763
-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"
}