summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-11-09 17:35:56 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-11-09 17:35:56 -0500
commit9560baeb71ca17c8b86b3674daddd13765ba0f24 (patch)
tree61f8718780306d01908e0abd9123ee3c9af5edf9 /docs
parent78d05b3c40aab8f0f1bfd052796b69e44a483df4 (diff)
downloadSMAPI-9560baeb71ca17c8b86b3674daddd13765ba0f24.tar.gz
SMAPI-9560baeb71ca17c8b86b3674daddd13765ba0f24.tar.bz2
SMAPI-9560baeb71ca17c8b86b3674daddd13765ba0f24.zip
add filters to mod compatibility list (#597)
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index b9a73f99..9d587ab7 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -10,7 +10,7 @@
* You can now mark a mod folder ignored by starting the name with a dot (like `.disabled mods`).
* Improved various error messages to be more clear and intuitive.
* SMAPI now prevents a crash caused by mods adding dialogue the game can't parse.
- * When you have an older game version, SMAPI now recommends a compatible SMAPI version in its error.
+ * SMAPI now recommends a compatible SMAPI version if you have an older game version.
* Fixed transparency issues on Linux/Mac for some mod images.
* Fixed error when a mod manifest is corrupted.
* Fixed error when a mod adds an unnamed location.
@@ -50,7 +50,7 @@
* Suppressed the game's 'added crickets' debug output.
* Updated dependencies (Harmony 1.0.9.1 → 1.2.0.1, Mono.Cecil 0.10 → 0.10.1).
* **Deprecations:**
- * Non-string manifest versions are now deprecated and will no longer work in SMAPI 3.0. Affected mods should be updated to use a string version, like `"Version": "1.0.0"`.
+ * Non-string manifest versions are now deprecated and will stop working in SMAPI 3.0. Affected mods should use a string version, like `"Version": "1.0.0"`.
* `ISemanticVersion.Build` is now deprecated and will be removed in SMAPI 3.0. Affected mods should use `ISemanticVersion.PrereleaseTag` instead.
* **Breaking changes:**
* `helper.ModRegistry` now returns `IModInfo` instead of `IManifest` directly. This lets SMAPI return more metadata about mods.