summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2016-11-03 00:25:54 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2016-11-03 00:25:54 -0400
commit88e57cf84a777636ce6e66bb97f20272657a2c2f (patch)
tree0834aa74ef2eb5bd38b2dd36f375971a078c83ee /release-notes.md
parenta793c8485180db6b97b634caa055667632ea957a (diff)
downloadSMAPI-88e57cf84a777636ce6e66bb97f20272657a2c2f.tar.gz
SMAPI-88e57cf84a777636ce6e66bb97f20272657a2c2f.tar.bz2
SMAPI-88e57cf84a777636ce6e66bb97f20272657a2c2f.zip
update release notes
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md
index 8d38732b..64e65ebd 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -4,8 +4,12 @@
* 1.0 (upcoming, [log](https://github.com/CLxS/SMAPI/compare/0.40.1.1-3...master))
* Added support for Linux and Mac.
* Added zoom-adjusted mouse position to mouse-changed event arguments.
+ * Added OS version to log.
+ * Fixed mod versions not being displayed correctly on log.
+ * Fixed misspelled field in `manifest.json` schema.
* Fixed several events not correctly propagating state.
* Removed undocumented support for mods in AppData folder **(breaking change)**.
+ * Removed `F2` debug mode.
* Internal cleanup:
* Simplified compiling from source.
* Added code documentation.