From 3b25723a4eab46b16540d10c5f0ba893f2f3a990 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 13 Feb 2017 01:27:49 -0500 Subject: update release notes (#199) --- release-notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'release-notes.md') 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. -- cgit