summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-02-25 01:07:32 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-02-25 01:07:32 -0500
commitd70d449c5c99e68677e83c66bdaf300be6b71ee2 (patch)
treed0658ed05ec32fbb01be5fa174df782093e5fec1 /docs
parent6fc1bf47136a620b3d270af6307426080b7d1ab2 (diff)
downloadSMAPI-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.md4
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.