diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-10-31 14:51:55 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-10-31 14:51:55 -0400 |
commit | 1fde49dd7ee7c1160a0e5c438125f14f9a904145 (patch) | |
tree | a061bbccdbc6544f310ca54f66f73dc3f7bec33c | |
parent | 7fe85119219c17d459fd5a373916dafff7b4e2a2 (diff) | |
download | SMAPI-1fde49dd7ee7c1160a0e5c438125f14f9a904145.tar.gz SMAPI-1fde49dd7ee7c1160a0e5c438125f14f9a904145.tar.bz2 SMAPI-1fde49dd7ee7c1160a0e5c438125f14f9a904145.zip |
update release notes
-rw-r--r-- | release-notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md index bc396bb5..90ad1736 100644 --- a/release-notes.md +++ b/release-notes.md @@ -3,7 +3,9 @@ ## 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. |