summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-04-25 12:11:28 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-04-25 12:11:28 -0400
commitcd3dbc47aa6e112d8695bcb9ed81f0b422f21e5c (patch)
treeb896f5e029abb3dc37c06225302ba320c66aefed /docs
parent379bc7bcc2db5debf4fe305204d55041d6e463a8 (diff)
downloadSMAPI-cd3dbc47aa6e112d8695bcb9ed81f0b422f21e5c.tar.gz
SMAPI-cd3dbc47aa6e112d8695bcb9ed81f0b422f21e5c.tar.bz2
SMAPI-cd3dbc47aa6e112d8695bcb9ed81f0b422f21e5c.zip
update release notes, tweak formatting (#477)
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 38a8b00d..308007bb 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -18,6 +18,9 @@
* **Breaking change**: dropped some deprecated APIs.
* **Breaking change**: mods can't intercept chatbox input, including the game's hotkey to toggle the chatbox (default `T`).
+* For the log parser:
+ * The pufferchick is now more stylish.
+
* For SMAPI developers:
* Added more consistent crossplatform handling using a new `EnvironmentUtility`.
* Added MacOS detection.