summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-11-07 13:33:56 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-11-07 13:33:56 -0500
commit6f569c579422641d6a56b491795504abd11893e9 (patch)
tree8d1139007aeee5fd2323d55d233bc498bc295858 /docs/release-notes.md
parenta379726ad9dbc8a8b85dd698a742343a9a163e46 (diff)
downloadSMAPI-6f569c579422641d6a56b491795504abd11893e9.tar.gz
SMAPI-6f569c579422641d6a56b491795504abd11893e9.tar.bz2
SMAPI-6f569c579422641d6a56b491795504abd11893e9.zip
add verbose logging as a monitor feature
Diffstat (limited to 'docs/release-notes.md')
-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 2783ebc2..b9a73f99 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -34,6 +34,7 @@
* For modders:
* Added [data API](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Data).
* Added [multiplayer API](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Multiplayer) and [events](https://stardewvalleywiki.com/Modding:Modder_Guide/Apis/Events#Multiplayer_2) to send/receive messages and get connected player info.
+ * Added [verbose logging](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Logging#Verbose_logging) feature.
* Added `IContentPack.WriteJsonFile` method.
* Added IntelliSense documentation for the non-developers version of SMAPI.
* Added more events to the prototype `helper.Events` for SMAPI 3.0.