diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-05 15:00:38 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-05 15:00:38 -0400 |
commit | 4f3d7eaafc056a7a2b17b1657e069eb456f60f52 (patch) | |
tree | 25bb83dca0f4db5f53451908c6b44b7a6681a4bd /docs/release-notes.md | |
parent | a9ec5a6e9165fe18cc6fca60b81a330bce0e1904 (diff) | |
download | SMAPI-4f3d7eaafc056a7a2b17b1657e069eb456f60f52.tar.gz SMAPI-4f3d7eaafc056a7a2b17b1657e069eb456f60f52.tar.bz2 SMAPI-4f3d7eaafc056a7a2b17b1657e069eb456f60f52.zip |
make PathUtilities available to mods
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 e335990b..cdd141c3 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -22,6 +22,7 @@ * Internal changes to prepare for upcoming game updates. * For modders: + * Added `PathUtilities` to simplify working with file/asset names. * You can now read/write `SDate` values to JSON (e.g. for `config.json`, network mod messages, etc). * For the web UI: |