diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-03 00:31:51 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-03 00:31:51 -0400 |
commit | 5125a168c544d05db3174b2db942ac7b48b5115c (patch) | |
tree | a34114cf9823644a0bb9940909c2ba4d713caec3 /release-notes.md | |
parent | 88e57cf84a777636ce6e66bb97f20272657a2c2f (diff) | |
download | SMAPI-5125a168c544d05db3174b2db942ac7b48b5115c.tar.gz SMAPI-5125a168c544d05db3174b2db942ac7b48b5115c.tar.bz2 SMAPI-5125a168c544d05db3174b2db942ac7b48b5115c.zip |
use semantic versioning (#154)
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md index 64e65ebd..e04c284a 100644 --- a/release-notes.md +++ b/release-notes.md @@ -5,6 +5,7 @@ * Added support for Linux and Mac. * Added zoom-adjusted mouse position to mouse-changed event arguments. * Added OS version to log. + * Switched to [semantic versioning](http://semver.org). * Fixed mod versions not being displayed correctly on log. * Fixed misspelled field in `manifest.json` schema. * Fixed several events not correctly propagating state. |