From 3c29ae6a1e77ba098b4d9421cacb0fc37510227c Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 19 Feb 2022 11:26:24 -0500 Subject: add Constants.ContentPath --- docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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. -- cgit