summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-01-05 17:59:24 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-02-07 22:40:19 -0500
commit60cca13d5322061a38067f91cbd28116096c4bb0 (patch)
tree43c85607a3b8867f79b86eb862cc486571918ff2 /docs/release-notes.md
parent5d9a618bec8d65d04d3f0b554b281d68289a4499 (diff)
downloadSMAPI-60cca13d5322061a38067f91cbd28116096c4bb0.tar.gz
SMAPI-60cca13d5322061a38067f91cbd28116096c4bb0.tar.bz2
SMAPI-60cca13d5322061a38067f91cbd28116096c4bb0.zip
update compatibility list
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 44fcf4dc..64f6368d 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -9,6 +9,7 @@
* Restrict to Stardew Valley 1.3.33 or earlier (to avoid confusion when SDV 1.3.35 is released).
* Fixed 'unknown mod' deprecation warnings showing a stack trace when developers mode not enabled.
* Fixed 'unknown mod' deprecation warnings when they occur in the Mod constructor.
+ * Updated compatibility list.
* For modders:
* Fixed `Constants.SaveFolderName` and `CurrentSavePath` not available during early load stages when using `Specialised.LoadStageChanged` event.