summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-10-18 10:59:57 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-10-18 10:59:57 -0400
commit2ff937397163f0ad5940b636bc7312ac747d9c39 (patch)
treea5c0daa505423868b00bc6d55156361b08bf63fa /docs/release-notes.md
parent79118316065a01322d8ea12a14589ec016794c32 (diff)
downloadSMAPI-2ff937397163f0ad5940b636bc7312ac747d9c39.tar.gz
SMAPI-2ff937397163f0ad5940b636bc7312ac747d9c39.tar.bz2
SMAPI-2ff937397163f0ad5940b636bc7312ac747d9c39.zip
fix compatibility check crashing for players with SDV 1.08
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 99e771ce..fc56adc8 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,4 +1,8 @@
# Release notes
+## 2.1 (upcoming)
+* For players:
+ * Fixed compatibility check crashing for players with Stardew Valley 1.08.
+
## 2.0
### Release highlights
* **Mod update checks**
@@ -18,7 +22,7 @@
SMAPI 2.0 adds several features to enable new kinds of mods (see
[API documentation](https://stardewvalleywiki.com/Modding:SMAPI_APIs)).
- The **content API** lets you edit, inject, and reload XNB data loaded by the game at any time. This let SMAPI mods do
+ The **content API** lets you edit, inject, and reload XNB data loaded by the game at any time. This lets SMAPI mods do
anything previously only possible with XNB mods, and enables new mod scenarios not possible with XNB mods (e.g.
seasonal textures, NPC clothing that depend on the weather or location, etc).