summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index fc3cd4f7..9ea7bfce 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -4,12 +4,15 @@
## Upcoming release
* For players:
- * Updated for the 'Force Off' gamepad mode added in Stardew Valley 1.4.0.1.
- * Fixed compatibility issue with Arch Linux.
+ * Updated for the 'Force Off' gamepad mode added in Stardew Valley 1.4.1.
+ * Fixed compatibility with Arch Linux.
+ * Internal optimizations.
* For modders:
* Added asset propagation for grass textures.
+ * Added asset propagation for `Data\Bundles` changes (for added bundles only).
* `helper.Read/WriteSaveData` can now be used while a save is being loaded (e.g. within a `Specialized.LoadStageChanged` event).
+ * Fixed private textures loaded from content packs not having their `Name` field set.
* For the web UI:
* If a JSON validator upload can't be saved to Pastebin (e.g. due to rate limits), it's now uploaded to Amazon S3 instead. Files uploaded to S3 expire after one month.