diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-19 14:46:50 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-19 14:46:50 -0500 |
commit | bff59aacba9f97fe90b89d2640b56be57e3866e5 (patch) | |
tree | 97249202a1817de493f323b5c6292233bea51faf /release-notes.md | |
parent | 4deb03b37db7d9653a679a1f6761b344e84d1fed (diff) | |
download | SMAPI-bff59aacba9f97fe90b89d2640b56be57e3866e5.tar.gz SMAPI-bff59aacba9f97fe90b89d2640b56be57e3866e5.tar.bz2 SMAPI-bff59aacba9f97fe90b89d2640b56be57e3866e5.zip |
restore all Log methods for backwards compatibility
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release-notes.md b/release-notes.md index 91d6992d..65fe297e 100644 --- a/release-notes.md +++ b/release-notes.md @@ -7,7 +7,7 @@ For players: * Fixed console exiting immediately when some exceptions occur. * Fixed an error in 1.0 when mod uses `config.json` but the file doesn't exist. * Fixed critical errors being saved to a separate log file. - * Fixed compatibility with mods that use `Log.Out`.<sup>1.1.1</sup> + * Fixed compatibility with mods that use obsolete `Log` methods.<sup>1.1.1</sup> For developers: * Added new logging interface: |