summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/release-notes.md b/release-notes.md
index 90ad1736..c82846a6 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -3,11 +3,13 @@
## 1.x
* 1.0 (upcoming, [log](https://github.com/CLxS/SMAPI/compare/0.40.1.1-3...master))
* Added support for Linux and Mac.
- * Added code documentation.
- * Removed support for mods in undocumented `%appdata\StardewValley\mods` folder **(breaking change)**.
- * Removed obsolete and unfinished code.
- * Simplified compiling from source.
- * Internal cleanup & refactoring.
+ * Removed undocumented support for mods in AppData folder **(breaking change)**.
+ * Fixed several events not correctly propagating state (#129).
+ * Internal cleanup:
+ * Simplified compiling from source.
+ * Added code documentation.
+ * Internal cleanup & refactoring.
+ * Removed obsolete and unfinished code.
## 0.x
* 0.40.1.1 (2016-09-30, [log](https://github.com/CLxS/SMAPI/compare/0.40.0...0.40.1.1-3))