diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-11-04 23:22:33 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-11-04 23:22:33 -0500 |
commit | 8f32c87aa1c7ad3afc8426904e992f8a6ff5d231 (patch) | |
tree | c3d98dabaa188f3783bd9c55eec73b5a6319d87f /docs/release-notes.md | |
parent | e8276166c3e8d1a0b3a976ef29a00f8e1569cc72 (diff) | |
download | SMAPI-8f32c87aa1c7ad3afc8426904e992f8a6ff5d231.tar.gz SMAPI-8f32c87aa1c7ad3afc8426904e992f8a6ff5d231.tar.bz2 SMAPI-8f32c87aa1c7ad3afc8426904e992f8a6ff5d231.zip |
migrate to new Harmony NuGet package
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 2111e35e..db45c12b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -40,6 +40,7 @@ * added support for overlaying image assets with semi-transparency; * mods can now load PNGs even if the game is currently drawing. * When comparing mod versions, SMAPI now considers `-unofficial` to be lower-precedence than any other value (e.g. `1.0-beta` is now considered newer than `1.0-unofficial` regardless of normal sorting). + * Updated Harmony from 1.0.9.1 to 1.2.0.1. * Fixed `IContentPack.ReadJsonFile` allowing non-relative paths. * Fixed trace logs not showing path for invalid mods. * Fixed 'no update keys' warning not shown for mods with only invalid update keys. |