summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 1a9e4681..433050fb 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,4 +1,13 @@
# 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.
+ * Fixed input `e.SuppressButton(button)` method ignoring input.
+ * Fixed input `e.SuppressButton()` method not working with mouse buttons.
+
## 2.1
* For players:
* Added a log parser at [log.smapi.io](https://log.smapi.io).