diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-02-09 15:16:14 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 16:58:25 -0400 |
commit | 6b347b83a7c588638224a02840b1d90b4557ea2a (patch) | |
tree | 1e0d417a75e9d68b879ec10e2122411d4c04681c /docs | |
parent | 6fdb29d806eddd17f0ac33401781f7df58639075 (diff) | |
download | SMAPI-6b347b83a7c588638224a02840b1d90b4557ea2a.tar.gz SMAPI-6b347b83a7c588638224a02840b1d90b4557ea2a.tar.bz2 SMAPI-6b347b83a7c588638224a02840b1d90b4557ea2a.zip |
fix Save Backup not pruning old backups if they're uncompressed
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index efbd7ddb..7724904b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,9 @@ ## 3.0 (upcoming release) These changes have not been released yet. +* For players: + * Fixed Save Backup not pruning old backups if they're uncompressed. + * For modders: * Added `IContentPack.HasFile` method. * Updated to Json.NET 12.0.1. |