summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-07-07 14:22:28 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-07-07 14:22:28 -0400
commit464a18de787b6861c4020945154b4f2b695c911f (patch)
tree1fe18689751f5af943a0170e98e5f792994ebc7b
parent5583e707b217eb36e71ccae2fe894efbd599a8db (diff)
downloadSMAPI-464a18de787b6861c4020945154b4f2b695c911f.tar.gz
SMAPI-464a18de787b6861c4020945154b4f2b695c911f.tar.bz2
SMAPI-464a18de787b6861c4020945154b4f2b695c911f.zip
update release notes (#318)
-rw-r--r--release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md
index ca0e00f7..5513d36a 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -35,6 +35,7 @@ For modders:
* Added `SDate` utility for in-game date calculations (see [API reference](http://stardewvalleywiki.com/Modding:SMAPI_APIs#Dates)).
* Added support for minimum dependency versions in `manifest.json` (see [API reference](http://stardewvalleywiki.com/Modding:SMAPI_APIs#Manifest)).
* Added more useful logging when loading mods.
+* Added a `ModID` property to all mod helpers for extension methods.
* Changed `manifest.MinimumApiVersion` from string to `ISemanticVersion`. This shouldn't affect mods unless they referenced that field in code.
* Fixed `SemanticVersion` parsing some invalid versions into close approximations (like `1.apple` &rarr; `1.0-apple`).
* Fixed `SemanticVersion` not treating hyphens as separators when comparing prerelease tags.