summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-03-04 21:27:56 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-03-04 21:27:56 -0500
commit6bde91060c81908a34aa2b182fd72383097229da (patch)
tree0d0630a3bcd33350b0ba366c5a831756e5862413
parentc3199e19a5cf2a34afa14bb49aad361c9cebbac8 (diff)
downloadSMAPI-6bde91060c81908a34aa2b182fd72383097229da.tar.gz
SMAPI-6bde91060c81908a34aa2b182fd72383097229da.tar.bz2
SMAPI-6bde91060c81908a34aa2b182fd72383097229da.zip
polish release notes
-rw-r--r--docs/release-notes.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 903eaf6f..5cac1ed8 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,17 +1,17 @@
# Release notes
## 2.5.3
* For players:
- * Simplified default mod update URL, which is now always included for incompatible mods.
- * Updated compatibility list.
+ * Simplified and improved skipped-incompatible-mod messages.
* Fixed some incompatible-mod errors not showing the mod URL.
- * Fixed rare crash with a specific combination of `manifest.json` fields and internal SMAPI mod data.
- * Fixed update checks not working for Nexus Mods due to a change in their API.
+ * Fixed rare crash with some combinations of manifest fields and internal mod data.
+ * Fixed update checks failing for Nexus Mods due to a change in their API.
* Fixed update checks failing for some older mods with non-standard versions.
+ * Updated compatibility list and added update checks for more mods.
* For the [log parser][]:
- * Fixed mod list not including all mods if at least one has no author name.
- * Fixed some log entries being incorrectly filtered.
- * Fixed error when mods have duplicate names.
+ * Fixed incorrect filtering in some cases.
+ * Fixed error if mods have duplicate names.
+ * Fixed parse bugs if a mod has no author name.
* For SMAPI developers:
* Internal changes to support the upcoming Stardew Valley 1.3 update.