update release notes
This commit is contained in:
parent
fa71bdd6c7
commit
af45b08908
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue