From af45b0890804fba271294440feee136e2d83f73b Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Thu, 22 Dec 2016 10:26:00 -0500 Subject: update release notes --- release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) 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). -- cgit