From f14b3399a42336000f32a72f7674791896f03cb7 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 5 Jul 2017 16:06:57 -0400 Subject: [PATCH] update 2.0 release notes --- release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release-notes.md b/release-notes.md index 5d906f6c..dcc21aaf 100644 --- a/release-notes.md +++ b/release-notes.md @@ -10,7 +10,9 @@ For mod developers: * Added API to inject new XNB images & data (see [API reference](http://stardewvalleywiki.com/Modding:SMAPI_APIs#Content)). * Added `InputEvents` which unify keyboard, mouse, and controller input for much simpler input handling (see [API reference](http://stardewvalleywiki.com/Modding:SMAPI_APIs#Input_events)). * Added useful `InputEvents` metadata like the cursor position, grab tile, etc. +* Added ability to prevent the game from handling a button press via `InputEvents`. * The `manifest.json` version can now be specified as a string. +* Removed all deprecated code. ## 1.15 See [log](https://github.com/Pathoschild/SMAPI/compare/1.14...1.15).