summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-12-02 14:27:03 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-12-02 14:27:03 -0500
commit72a02c56d51f5e5b0e8e2fc7db59e1f0e6d93d5c (patch)
tree576ecf0daf31e4e9098a31ffb044766f0136d55e /docs
parentdce52adbc5f551fff71349e9c6190f947212c0b9 (diff)
downloadSMAPI-72a02c56d51f5e5b0e8e2fc7db59e1f0e6d93d5c.tar.gz
SMAPI-72a02c56d51f5e5b0e8e2fc7db59e1f0e6d93d5c.tar.bz2
SMAPI-72a02c56d51f5e5b0e8e2fc7db59e1f0e6d93d5c.zip
add NormaliseAssetName content helper method (#404)
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 53ec07c6..1e89667a 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -12,7 +12,8 @@
* Slightly improved the [log parser][] UI.
* For modders:
- * Added `DaysSinceStart` property to `SDate` dates.
+ * Added `helper.Content.NormaliseAssetName` method.
+ * Added `SDate.DaysSinceStart` property.
* Fixed input events' `e.SuppressButton(button)` method ignoring specified button.
* Fixed input events' `e.SuppressButton()` method not working with mouse buttons.