diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-18 23:33:38 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-18 23:33:38 -0400 |
commit | 944b2995f1bf7719cfcfb9bafe713523dbd8883f (patch) | |
tree | bc0a7f30af261f1aa109acb32e56dd8c3b0cb680 /docs | |
parent | d918ceb224bd6ed8b428219ab28a436896a30b45 (diff) | |
download | SMAPI-944b2995f1bf7719cfcfb9bafe713523dbd8883f.tar.gz SMAPI-944b2995f1bf7719cfcfb9bafe713523dbd8883f.tar.bz2 SMAPI-944b2995f1bf7719cfcfb9bafe713523dbd8883f.zip |
no longer allow non-relative paths for IContentPack.Read/WriteJsonFile (#468)
Diffstat (limited to 'docs')
-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 fc6ea97f..09d444a3 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,7 @@ * For modders: * Added `IContentPack.WriteJsonFile` method. + * Fixed `IContentPack.ReadJsonFile` allowing non-relative paths. ## 2.7 * For players: |