summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md4
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).