From 64331ffe8c8cb0fc19878bbf5349299c483f8d9d Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 13 Mar 2019 22:20:18 -0400 Subject: default Monitor.Log to trace --- docs/release-notes.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 0b0bfbbc..1df3aa53 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,9 @@ These changes have not been released yet. * For players: * SMAPI now prevents invalid items from breaking menus on hover. +* For modders: + * `this.Monitor.Log` now defaults to the `Trace` log level instead of `Debug`. + ## 2.11.2 Released 23 April 2019 for Stardew Valley 1.3.36. -- cgit