diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-09-06 23:22:11 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-09-06 23:22:11 -0400 |
commit | c994747e513f98eb5760a3a4dc9e063b16b1abc9 (patch) | |
tree | 8d4fd226ac799cb82d4fff9e4776f1db85067028 /release-notes.md | |
parent | b2b3df08bcd2de9c9f9ca98f61a50f4c6d1fd6e5 (diff) | |
download | SMAPI-c994747e513f98eb5760a3a4dc9e063b16b1abc9.tar.gz SMAPI-c994747e513f98eb5760a3a4dc9e063b16b1abc9.tar.bz2 SMAPI-c994747e513f98eb5760a3a4dc9e063b16b1abc9.zip |
add UTC timestamp to logs
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md index e5721fd9..7b8c83e3 100644 --- a/release-notes.md +++ b/release-notes.md @@ -32,6 +32,7 @@ For players: For modders: * Fixed edge cases in `SDate.AddDays(…)` calculations. +* Added UTC timestamp to logs. ## 1.15.3 For players: |