diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-01-09 22:52:40 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-02-07 22:40:39 -0500 |
commit | e3a0bd7e29e0e05bb574786268c30ff82dcc433d (patch) | |
tree | 326cd91e041df8b6b0421f72ec47ba650ac15fce /docs/release-notes.md | |
parent | 90c5858cf8a75a7f236a5fc58d23379e2116c482 (diff) | |
download | SMAPI-e3a0bd7e29e0e05bb574786268c30ff82dcc433d.tar.gz SMAPI-e3a0bd7e29e0e05bb574786268c30ff82dcc433d.tar.bz2 SMAPI-e3a0bd7e29e0e05bb574786268c30ff82dcc433d.zip |
deprecate entry DLL with case-insensitive match
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 64f6368d..93e80266 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -17,6 +17,7 @@ * Fixed 'unknown mod' deprecation warnings showing the wrong stack trace. * Fixed `e.Cursor` in input events showing wrong grab tile when player using a controller moves without moving the viewpoint. * Fixed incorrect 'bypassed safety checks' warning for mods using the new `Specialised.LoadStageChanged` event in 2.10. + * Deprecated `EntryDll` values whose capitalisation don't match the actual file. (This works on Windows, but causes errors for Linux/Mac players.) ## 2.10.1 Released 30 December 2018 for Stardew Valley 1.3.32. |