summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-02-11 12:38:32 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-02-11 12:38:32 -0500
commite393a2aad958c636ffaf5431e0e9dfdf6faf4461 (patch)
tree4b3abd19a9d30cae1550ada90091406783bb46a3 /release-notes.md
parent1f332c5f4d522908ee89e07ea081359b17ad324c (diff)
downloadSMAPI-e393a2aad958c636ffaf5431e0e9dfdf6faf4461.tar.gz
SMAPI-e393a2aad958c636ffaf5431e0e9dfdf6faf4461.tar.bz2
SMAPI-e393a2aad958c636ffaf5431e0e9dfdf6faf4461.zip
add TimeEvents.AfterDayStarted event (#236)
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/release-notes.md b/release-notes.md
index 72e3b3c5..29d66a80 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -10,7 +10,7 @@ For players:
* Fixed game's debug output being shown in the console for all users.
For mod developers:
-* Added `SaveEvents.AfterReturnToTitle` event.
+* Added `SaveEvents.AfterReturnToTitle` and `TimeEvents.AfterDayStarted` events.
* 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.