diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-12-22 10:26:00 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-12-22 10:26:00 -0500 |
commit | af45b0890804fba271294440feee136e2d83f73b (patch) | |
tree | 6d40e2c12470290b3164e8583fdec7c1a0b53b92 | |
parent | fa71bdd6c724fa02a5b6d58fb2c48a3d007d8a52 (diff) | |
download | SMAPI-af45b0890804fba271294440feee136e2d83f73b.tar.gz SMAPI-af45b0890804fba271294440feee136e2d83f73b.tar.bz2 SMAPI-af45b0890804fba271294440feee136e2d83f73b.zip |
update release notes
-rw-r--r-- | release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md index 15c14ad9..04a9cc04 100644 --- a/release-notes.md +++ b/release-notes.md @@ -6,6 +6,10 @@ See [log](https://github.com/Pathoschild/SMAPI/compare/stable...develop). For players: * Fixed error when a mod uses the new reflection API on a missing field or method. +For developers: + * Deprecated `Version` in favour of `SemanticVersion`. + _This new implementation is [semver 2.0](http://semver.org/)-compliant, introduces `NewerThan(version)` and `OlderThan(version)` convenience methods, adds support for parsing a version string into a `SemanticVersion`, and fixes various bugs with the former implementation._ + ## 1.4 See [log](https://github.com/Pathoschild/SMAPI/compare/1.3...1.4). |