diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-10-01 20:04:58 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-10-01 20:04:58 -0400 |
commit | 673510b3941dd35a127e4f4a8a406f34b72b6a66 (patch) | |
tree | c9f23182cb7bf7591c3bc78a6dfc0d3f15076100 /docs | |
parent | c4157b55eb6411ab7dc9917cc22e5a32b8beb879 (diff) | |
download | SMAPI-673510b3941dd35a127e4f4a8a406f34b72b6a66.tar.gz SMAPI-673510b3941dd35a127e4f4a8a406f34b72b6a66.tar.bz2 SMAPI-673510b3941dd35a127e4f4a8a406f34b72b6a66.zip |
remove unused translation field & method
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 2a1b333e..26645210 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -90,7 +90,7 @@ For modders: * Breaking changes: * Mods are now loaded much earlier in the game launch. This lets mods intercept any content asset, but the game is not fully initialized when `Entry` is called (use the `GameLaunched` event if you need to run code when the game is initialized). * Removed all deprecated APIs. - * Removed `Monitor.ExitGameImmediately`. + * Removed unused APIs: `Monitor.ExitGameImmediately`, `Translation.ModName`, and `Translation.Assert`. * Fixed `ICursorPosition.AbsolutePixels` not adjusted for zoom. * Changes: * Added support for content pack translations. |