summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index c11ee46f..c1d2f9d3 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,5 +1,8 @@
# Release notes
## 2.3
+* For players:
+ * Added a user-friendly [download page](https://smapi.io).
+
* For modders:
* **Added mod-provided APIs** which enable simple integrations between mods, even without direct assembly references.
* Added `GameEvents.FirstUpdateTick` event, which is called once after all mods are initialised.