diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-31 16:18:11 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-31 16:18:11 -0500 |
commit | dca60f42b2048d6b0b27517b9e7686665e61e9c2 (patch) | |
tree | a212a2aebb137e96e43bc4c7a0aaf287b434d812 /docs | |
parent | d9a9cef172be8c34b57e345732bf4e582898bcbc (diff) | |
download | SMAPI-dca60f42b2048d6b0b27517b9e7686665e61e9c2.tar.gz SMAPI-dca60f42b2048d6b0b27517b9e7686665e61e9c2.tar.bz2 SMAPI-dca60f42b2048d6b0b27517b9e7686665e61e9c2.zip |
fix XNA keeping loaded assets alive forever (#685)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 0ce79d9b..9ac95d86 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,8 @@ * The 'skipped mods' list now shows broken dependencies first, so it's easier to see which ones to fix first. * Fixed compatibility with Linux Mint 18 (thanks to techge!) and Arch Linux. * Fixed compatibility with Linux systems which have libhybris-utils installed. + * Fixed memory leak when repeatedly loading a save and returning to title. + * Fixed memory leak when mods reload assets. * Fixes for the bundled Console Commands mod: * added new clothing items; * fixed spawning new flooring and rings (thanks to Mizzion!); |