From c3cd9a3120cd74cb1dfc4455d3ecca203b163013 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 29 Oct 2017 22:00:22 -0400 Subject: + missing release note (#358) --- docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 1202407f..c810334b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,7 @@ * Fixed the game's test messages being shown in the console and log. * Fixed TrainerMod's `player_setlevel` command not also setting XP. * Renamed the default _TrainerMod_ mod to _Console Commands_ to clarify its purpose. + * Added a log parser service at [log.smapi.io](https://log.smapi.io). * For modders: * Added support for public code in reflection API, to simplify mod integrations. -- cgit