summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-07-03 14:29:22 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-07-03 14:29:22 -0400
commit72c9e956e7b7012a503af0c77434105785a84ef4 (patch)
treecadcda072f5a8e9e7f932c5972b293f4bce024c3
parent18e5e42529e13f21553651014a93c0f48cd93a59 (diff)
downloadSMAPI-72c9e956e7b7012a503af0c77434105785a84ef4.tar.gz
SMAPI-72c9e956e7b7012a503af0c77434105785a84ef4.tar.bz2
SMAPI-72c9e956e7b7012a503af0c77434105785a84ef4.zip
add SMAPI 2.0 release notes
-rw-r--r--release-notes.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/release-notes.md b/release-notes.md
index 0d34e8e0..2283d6d1 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -1,16 +1,14 @@
# Release notes
-
-<!--
-## 2.0
-See [log](https://github.com/Pathoschild/SMAPI/compare/1.10...2.0).
+## 2.0 (upcoming)
+<!--See [log](https://github.com/Pathoschild/SMAPI/compare/1.10...2.0).-->
For players:
-* The SMAPI console is now cleaner and simpler.
+* The SMAPI console is now much simpler and easier-to-read.
For mod developers:
-* SMAPI mods can now edit XNB images and data loaded by the game (see [API reference](http://stardewvalleywiki.com/Modding:SMAPI_APIs#Content)).
-* The manifest.json version can now be specified as a string.
--->
+* SMAPI mods can now edit XNB images & data loaded by the game (see [API reference](http://stardewvalleywiki.com/Modding:SMAPI_APIs#Content)).
+* SMAPI mods can now inject new XNB images & data (see [API reference](http://stardewvalleywiki.com/Modding:SMAPI_APIs#Content)).
+* The `manifest.json` version can now be specified as a string.
## 1.15
See [log](https://github.com/Pathoschild/SMAPI/compare/1.14...1.15).