diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-02-19 11:26:24 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-02-19 11:26:24 -0500 |
commit | 3c29ae6a1e77ba098b4d9421cacb0fc37510227c (patch) | |
tree | ad6a586a812ef77d215f2d0e7599e0ffc21ce968 /docs | |
parent | 2d52681b1034d314d8d56c561a5aa72e54e34576 (diff) | |
download | SMAPI-3c29ae6a1e77ba098b4d9421cacb0fc37510227c.tar.gz SMAPI-3c29ae6a1e77ba098b4d9421cacb0fc37510227c.tar.bz2 SMAPI-3c29ae6a1e77ba098b4d9421cacb0fc37510227c.zip |
add Constants.ContentPath
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 4cbd1ad9..2448995e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,7 @@ * Fixed `player_add` console command's handling of Journal Scraps and Secret Notes. * For mod authors: + * Added `Constants.ContentPath`. * Added `IAssetName Name` field to the info received by `IAssetEditor` and `IAssetLoader` methods. _This adds methods for working with asset names, parsed locales, etc._ * Fixed the `SDate` constructor being case-sensitive. |