diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-03-30 19:15:23 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-04-05 15:00:14 -0400 |
commit | 37d5390ed0ef854abd7dac5cd1fb40c2d808ee1f (patch) | |
tree | 4ca41356790aed8ce4c0091f37f3c7895a009419 /release-notes.md | |
parent | dbb9bd84306830456032778fc11fb9a34dd140c7 (diff) | |
download | SMAPI-37d5390ed0ef854abd7dac5cd1fb40c2d808ee1f.tar.gz SMAPI-37d5390ed0ef854abd7dac5cd1fb40c2d808ee1f.tar.bz2 SMAPI-37d5390ed0ef854abd7dac5cd1fb40c2d808ee1f.zip |
unbackport for SDV 1.2 branch (#258)
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release-notes.md b/release-notes.md index a5ef4a0b..14cdba22 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.9 See [log](https://github.com/Pathoschild/SMAPI/compare/1.8...1.9). |