diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-25 01:07:32 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-25 01:07:32 -0500 |
commit | d70d449c5c99e68677e83c66bdaf300be6b71ee2 (patch) | |
tree | d0658ed05ec32fbb01be5fa174df782093e5fec1 /docs | |
parent | 6fc1bf47136a620b3d270af6307426080b7d1ab2 (diff) | |
download | SMAPI-d70d449c5c99e68677e83c66bdaf300be6b71ee2.tar.gz SMAPI-d70d449c5c99e68677e83c66bdaf300be6b71ee2.tar.bz2 SMAPI-d70d449c5c99e68677e83c66bdaf300be6b71ee2.zip |
fix issue where replacing an asset via asset.AsImage() or asset.AsDictionary() has no effect
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 35f711fb..14580bf8 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,4 +1,8 @@ # Release notes +## 2.5.2 +* For modders: + * Fixed issue where replacing an asset through `asset.AsImage()` or `asset.AsDictionary()` didn't take effect. + ## 2.5.1 * For players: * Fixed event error in rare cases. |