summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-10-29 22:00:22 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-10-29 22:00:22 -0400
commitc3cd9a3120cd74cb1dfc4455d3ecca203b163013 (patch)
tree762cdf5ea17e0bfc013a39b89b7b07fc000f8396
parentef90bdbde5b473d866c74053a7dd23fbd0691b53 (diff)
downloadSMAPI-c3cd9a3120cd74cb1dfc4455d3ecca203b163013.tar.gz
SMAPI-c3cd9a3120cd74cb1dfc4455d3ecca203b163013.tar.bz2
SMAPI-c3cd9a3120cd74cb1dfc4455d3ecca203b163013.zip
+ missing release note (#358)
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
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.