diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-25 01:54:57 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-25 01:54:57 -0500 |
commit | 833d98f49136325edfc4463097710cf2391dd5b2 (patch) | |
tree | 2dfc969c6e27e78b05deb1e59201ded5392b7dc7 /docs/release-notes.md | |
parent | 6fc1bf47136a620b3d270af6307426080b7d1ab2 (diff) | |
parent | 51118337e5e8cbb6803ffee4e7c0b411aba2b3e0 (diff) | |
download | SMAPI-833d98f49136325edfc4463097710cf2391dd5b2.tar.gz SMAPI-833d98f49136325edfc4463097710cf2391dd5b2.tar.bz2 SMAPI-833d98f49136325edfc4463097710cf2391dd5b2.zip |
Merge branch 'develop' into stable
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 35f711fb..0da5220b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,4 +1,11 @@ # Release notes +## 2.5.2 +* For modders: + * Fixed issue where replacing an asset through `asset.AsImage()` or `asset.AsDictionary()` didn't take effect. + +* For the [log parser][]: + * Fixed blank page after uploading a log in some cases. + ## 2.5.1 * For players: * Fixed event error in rare cases. |