update 2.0 release notes

This commit is contained in:
Jesse Plamondon-Willard 2017-07-05 16:06:57 -04:00
parent baf2c63282
commit f14b3399a4
1 changed files with 2 additions and 0 deletions

View File

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