diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4ff8f4d16..0db500cd7 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -39,15 +39,16 @@ END TEMPLATE--> ### New features -*None yet* +* Added `AnimationStartedEvent` and `Control.AnimationStarted` events. ### Bugfixes -*None yet* +* Fixed the new transfer system not working. +* Fixed `NetManager` client state not getting reset properly when disconnected without call to `ClientDisconnect()`. ### Other -*None yet* +* The `launchauth` command now displays completions. ### Internal