From 3c3aac382a2f4bb79b8c5aaa87def9a2574b6361 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 13 Jan 2019 21:05:39 -0500 Subject: fix broken ModDrop links --- docs/release-notes.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 93e80266..0081d8cf 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,6 +11,9 @@ * Fixed 'unknown mod' deprecation warnings when they occur in the Mod constructor. * Updated compatibility list. +* For the web UI: + * Fixed broken ModDrop links in the compatibility list. + * For modders: * Fixed `Constants.SaveFolderName` and `CurrentSavePath` not available during early load stages when using `Specialised.LoadStageChanged` event. * Fixed `LoadStage.SaveParsed` raised before the parsed save data is available. -- cgit