summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-04-23 19:56:07 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-04-23 19:56:07 -0400
commitceabb05a84655d32be0ea5b1ebe766a9585557a2 (patch)
tree8ed9616c5aa04ff8f7f7be058d34c27481461a21 /release-notes.md
parenta35fe4744782f4895b110dc03cfa7cf850af0500 (diff)
parent780c3335e8b9377144c782834b24ebfaf0769f0e (diff)
downloadSMAPI-ceabb05a84655d32be0ea5b1ebe766a9585557a2.tar.gz
SMAPI-ceabb05a84655d32be0ea5b1ebe766a9585557a2.tar.bz2
SMAPI-ceabb05a84655d32be0ea5b1ebe766a9585557a2.zip
Merge branch for Stardew Valley 1.2 beta into develop
# Conflicts: # src/StardewModdingAPI/Framework/SGame.cs
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/release-notes.md b/release-notes.md
index 5f2999d1..953ef683 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -8,12 +8,12 @@ For mod developers:
* Added `ContentEvents.AssetLoading` event with a helper which lets you intercept the XNB content
load, and dynamically adjust or replace the content being loaded (including support for patching
images).
+-->
## 1.10
See [log](https://github.com/Pathoschild/SMAPI/compare/1.9...1.10).
* Updated for Stardew Valley 1.2.
-* SMAPI now rewrites many mods for compatibility with game updates, but some mods will need an update.
--->
+* SMAPI now rewrites many mods for compatibility with game updates, but some mods may still need an update.
## 1.10
See [log](https://github.com/Pathoschild/SMAPI/compare/1.9...1.9.1).