From 4b08888ea8fe3c1a4f80ef0632227099c41b78c2 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Sun, 21 Jul 2024 23:00:48 +0200 Subject: [PATCH] Use PR instead of Issue # number in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b4d5ad88..f6ecdc0d98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,7 +49,7 @@ - Add syntax mapping for quadman quadlets #2866 (@cyqsimon) - Map containers .conf files to TOML syntax #2867 (@cyqsimon) - Associate `.xsh` files with `xonsh` syntax that is Python, see #2840 (@anki-code). -- Associate JSON-LD `.jsonld` files with `json` syntax, see #3036 (@vorburger). +- Associate JSON-LD `.jsonld` files with `json` syntax, see #3037 (@vorburger). - Associate JSON with Comments `.jsonc` with `json` syntax, see #2795 (@mxaddict) - Associate `.aws/{config,credentials}`, see #2795 (@mxaddict) - Associate Wireguard config `/etc/wireguard/*.conf`, see #2874 (@cyqsimon)