From f8718e044bae89a96431c19e3f3dc11637bad426 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 2 Jun 2017 19:06:24 -0400 Subject: tweak 1.14 release notes --- release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes.md b/release-notes.md index 387561c5..e39ae3a8 100644 --- a/release-notes.md +++ b/release-notes.md @@ -26,8 +26,8 @@ For players: * Updated mod compatibility list. For modders: -* You can now add dependencies to `manifest.json`. - _SMAPI will make sure your dependencies are loaded before your mod, and will show a friendly error if a dependency is missing._ +* You can now add dependencies to `manifest.json` (see [API reference](http://stardewvalleywiki.com/Modding:SMAPI_APIs#Manifest)). +* You can now translate your mod (see [API reference](http://stardewvalleywiki.com/Modding:SMAPI_APIs#Translation)). * You can now load unpacked `.tbin` files from your mod folder through the content API. * SMAPI now automatically fixes tilesheet references for maps loaded from the mod folder. _When loading a map from the mod folder, SMAPI will automatically use tilesheets relative to the map file if they exists. Otherwise it will default to tilesheets in the game content._ -- cgit