summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-11-26 14:54:32 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-11-26 15:03:55 -0500
commit3a832b99bf3f82cfe39de776b5e15db6c8ddff1a (patch)
tree1de4f0983dfa7edbe0e399ec2efd3f5eab3b2cb2 /docs
parent60d3ed9d5a11075f51285284e77b642b1d6790bc (diff)
downloadSMAPI-3a832b99bf3f82cfe39de776b5e15db6c8ddff1a.tar.gz
SMAPI-3a832b99bf3f82cfe39de776b5e15db6c8ddff1a.tar.bz2
SMAPI-3a832b99bf3f82cfe39de776b5e15db6c8ddff1a.zip
add date.DaysSinceStart property, add unit tests, update release notes (#390)
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 1a9e4681..a74b1927 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,4 +1,11 @@
# Release notes
+## 2.2
+* For players:
+ * Fixed mods crashing when loading a custom asset on Linux/Mac.
+
+* For modders:
+ * Added `DaysSinceStart` property to `SDate` dates.
+
## 2.1
* For players:
* Added a log parser at [log.smapi.io](https://log.smapi.io).