summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-08-09 16:32:00 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-08-09 16:32:00 -0400
commit9488d6482b03aa2227318f0028d10a44849367f6 (patch)
treedcb1795b083760855a8b6c7afc647f7bd864fdd5 /docs
parent03e679d66cc7439b0218c95cbead925786e37e86 (diff)
downloadSMAPI-9488d6482b03aa2227318f0028d10a44849367f6.tar.gz
SMAPI-9488d6482b03aa2227318f0028d10a44849367f6.tar.bz2
SMAPI-9488d6482b03aa2227318f0028d10a44849367f6.zip
fix some log files not deleted on startup
Diffstat (limited to 'docs')
-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 d14b7459..5b0dab4c 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -4,6 +4,7 @@
* Fixed custom festival maps always using spring tilesheets.
* Fixed `player_add` command not recognising return scepter.
* Fixed `player_add` command showing fish twice.
+ * Fixed some SMAPI logs not deleted when starting a new session.
* For modders:
* All enums in `config.json` are now serialised to string by default, since that's more user-friendly. Previously only certain predefined enums were serialised that way. Note that `config.json` files which already have integer enums will still be parsed fine.