From bff59aacba9f97fe90b89d2640b56be57e3866e5 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 19 Nov 2016 14:46:50 -0500 Subject: restore all Log methods for backwards compatibility --- release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release-notes.md') 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`.1.1.1 + * Fixed compatibility with mods that use obsolete `Log` methods.1.1.1 For developers: * Added new logging interface: -- cgit