update release notes

This commit is contained in:
Jesse Plamondon-Willard 2016-12-22 10:26:00 -05:00
parent fa71bdd6c7
commit af45b08908
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ See [log](https://github.com/Pathoschild/SMAPI/compare/stable...develop).
For players: For players:
* Fixed error when a mod uses the new reflection API on a missing field or method. * 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 ## 1.4
See [log](https://github.com/Pathoschild/SMAPI/compare/1.3...1.4). See [log](https://github.com/Pathoschild/SMAPI/compare/1.3...1.4).