summaryrefslogtreecommitdiff
path: root/scripts/dev/changelog_urls.json
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-01-23 19:36:04 +1300
committertoofar <toofar@spalge.com>2023-01-23 19:36:04 +1300
commit62245cbd98bbeae8a033336897537e8514a600f8 (patch)
tree338797c04ff32a3ba9acd0c2b45ad2593f308f56 /scripts/dev/changelog_urls.json
parent89744a9e70827a82f9a794662034691c53fcb97f (diff)
downloadqutebrowser-62245cbd98bbeae8a033336897537e8514a600f8.tar.gz
qutebrowser-62245cbd98bbeae8a033336897537e8514a600f8.zip
Add changelog entries for markdown-it-py for rich
Apparently commonmark is unmaintained: https://github.com/Textualize/rich/pull/2439
Diffstat (limited to 'scripts/dev/changelog_urls.json')
-rw-r--r--scripts/dev/changelog_urls.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json
index c6c9de4b9..9bcf2cec9 100644
--- a/scripts/dev/changelog_urls.json
+++ b/scripts/dev/changelog_urls.json
@@ -150,12 +150,13 @@
"twine": "https://twine.readthedocs.io/en/stable/changelog.html",
"webencodings": "https://github.com/gsnedders/python-webencodings/commits/master",
"PyJWT": "https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst",
- "commonmark": "https://github.com/readthedocs/commonmark.py/blob/master/CHANGELOG.md",
"rich": "https://github.com/Textualize/rich/blob/master/CHANGELOG.md",
"ply": "https://github.com/dabeaz/ply/blob/master/CHANGES",
"pyobjc-core": "https://pyobjc.readthedocs.io/en/latest/changelog.html",
"pyobjc-framework-Cocoa": "https://pyobjc.readthedocs.io/en/latest/changelog.html",
"trove-classifiers": "https://github.com/pypa/trove-classifiers/commits/main",
"asciidoc": "https://asciidoc-py.github.io/CHANGELOG.html",
- "pyproject_hooks": "https://pyproject-hooks.readthedocs.io/en/latest/changelog.html"
+ "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"
}