summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2016-11-03 00:31:51 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2016-11-03 00:31:51 -0400
commit5125a168c544d05db3174b2db942ac7b48b5115c (patch)
treea34114cf9823644a0bb9940909c2ba4d713caec3 /release-notes.md
parent88e57cf84a777636ce6e66bb97f20272657a2c2f (diff)
downloadSMAPI-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.md1
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.