update release notes (#411)

This commit is contained in:
Jesse Plamondon-Willard 2017-12-25 11:19:32 -05:00
parent f20e804622
commit 060418ab55
1 changed files with 3 additions and 0 deletions

View File

@ -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.