summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-04-11 22:57:52 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-04-11 22:57:52 -0400
commitf635c090959935cfc98df913197022fa16ca21fe (patch)
tree53b3fddd669da4876213236696002bb29d8530e3 /docs/release-notes.md
parent6437b7fa503c7356a55e9ccc10a20b7a5a4fe1ac (diff)
downloadSMAPI-f635c090959935cfc98df913197022fa16ca21fe.tar.gz
SMAPI-f635c090959935cfc98df913197022fa16ca21fe.tar.bz2
SMAPI-f635c090959935cfc98df913197022fa16ca21fe.zip
update release notes
Diffstat (limited to 'docs/release-notes.md')
-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 b7a135b9..66ab9790 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -5,6 +5,9 @@
* For players:
* Updated compatibility list.
+* For the Console Commands mod:
+ * The date commands like `world_setday` now also set the `daysPlayed` stat, so in-game events/randomization match what you'd get if you played to that date normally (thanks to kdau!).
+
* For the web UI:
* Updated the JSON validator and Content Patcher schema for Content Patcher 1.13.
* Fixed rare intermittent "CGI application encountered an error" errors.