diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-02-13 01:27:49 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-02-13 01:27:49 -0500 |
commit | 3b25723a4eab46b16540d10c5f0ba893f2f3a990 (patch) | |
tree | c77c81541b614021e1e3bcffe26e297c669081ec /release-notes.md | |
parent | 845fbaab12a040464e403aa693a0eaaa9c55c9ae (diff) | |
download | SMAPI-3b25723a4eab46b16540d10c5f0ba893f2f3a990.tar.gz SMAPI-3b25723a4eab46b16540d10c5f0ba893f2f3a990.tar.bz2 SMAPI-3b25723a4eab46b16540d10c5f0ba893f2f3a990.zip |
update release notes (#199)
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 14081c07..98f527d2 100644 --- a/release-notes.md +++ b/release-notes.md @@ -12,6 +12,7 @@ For players: For mod developers: * Added `SaveEvents.AfterReturnToTitle` and `TimeEvents.AfterDayStarted` events. +* Added a simpler API for console commands (see `helper.ConsoleCommands`). * Added `GetPrivateProperty` reflection helper. * Many deprecated APIs have been removed; see the [deprecation guide](http://canimod.com/guides/updating-a-smapi-mod) for more information. |