summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-08-19 01:53:35 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-08-19 01:53:35 -0400
commit417c04076634ea87d7b3030a1acf46825da6e3e6 (patch)
tree218d176718205b792afe6c01275c1bc5fc595d9d /docs
parent944b2995f1bf7719cfcfb9bafe713523dbd8883f (diff)
downloadSMAPI-417c04076634ea87d7b3030a1acf46825da6e3e6.tar.gz
SMAPI-417c04076634ea87d7b3030a1acf46825da6e3e6.tar.bz2
SMAPI-417c04076634ea87d7b3030a1acf46825da6e3e6.zip
add data API (#468)
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 09d444a3..c7097f97 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -4,6 +4,7 @@
* Updated compatibility list.
* For modders:
+ * Added [data API](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Data).
* Added `IContentPack.WriteJsonFile` method.
* Fixed `IContentPack.ReadJsonFile` allowing non-relative paths.