From 5db5ca1c88cf6592ceb4304d3b0682394050bbc8 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 29 Dec 2018 15:53:11 -0500 Subject: reduce cache time for mod compatibility list --- 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 fc8adc61..f389ba25 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,6 +11,9 @@ * `Specialised.LoadStageChanged`. * You can now use `helper.Data.Read/WriteSaveData` as soon as the save is loaded (instead of once the world is initialised). +* For the web UI: + * Reduced mod compatibility list's cache time. + ## 2.9.3 * For players: * Fixed errors hovering items in some cases with SMAPI 2.9.2. -- cgit