update release notes (#199)

This commit is contained in:
Jesse Plamondon-Willard 2017-02-13 01:27:49 -05:00
parent 845fbaab12
commit 3b25723a4e
1 changed files with 1 additions and 0 deletions

View File

@ -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.