summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/release-notes.md b/release-notes.md
index dcc21aaf..ca0e00f7 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -11,7 +11,9 @@ For mod developers:
* 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.
+* In `manifest.json`:
+ * Dependencies can now be optional.
+ * The version can now be a string like `"1.0-alpha"` instead of a structure.
* Removed all deprecated code.
## 1.15