diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-02 21:24:32 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-02 21:24:32 -0400 |
commit | 6a628a4d8a21b98a55ff29065980fc818d4f39dc (patch) | |
tree | 6a68e9e7065d21102600ac7921807b5f7f54dd2e /release-notes.md | |
parent | 0e6d30f65b562704675a20b1c4ce399787a68511 (diff) | |
download | SMAPI-6a628a4d8a21b98a55ff29065980fc818d4f39dc.tar.gz SMAPI-6a628a4d8a21b98a55ff29065980fc818d4f39dc.tar.bz2 SMAPI-6a628a4d8a21b98a55ff29065980fc818d4f39dc.zip |
simplify log timestamps in console (except in developer mode)
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release-notes.md b/release-notes.md index b5a8a529..c5d0ccef 100644 --- a/release-notes.md +++ b/release-notes.md @@ -13,7 +13,7 @@ For mod developers: See [log](https://github.com/Pathoschild/SMAPI/compare/1.14...1.15). For players: -* Many changes to the SMAPI console to make it simpler for players. +* Several changes to the SMAPI console to make it simpler for players. * Revamped TrainerMod's item commands: * `player_add` is a new command which lets you add any game item to your inventory (including tools, weapons, equipment, craftables, wallpaper, etc). This replaces the former `player_additem`, `player_addring`, and `player_addweapon`. * `list_items` now shows all items in the game. You can search by item type like `list_items weapon`, or search by item name like `list_items galaxy sword`. |