From 101924a8dafde9744e6c068ba22d071c3841e275 Mon Sep 17 00:00:00 2001 From: Jonathan Holmes Date: Thu, 30 Jun 2022 23:46:20 +1200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db35d68..b20f7b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ - Fixes a bug where returning `undefined`/`nil` would not return on async functions (https://github.com/roblox-aurora/rbx-net/commit/e125d70bea067609a43a8d48ec2b8169003d48fd) ## 3.0.2 - Fixes namespaced remotes not being generated correctly at runtime (https://github.com/roblox-aurora/rbx-net/issues/67) -## 3.0.1 +## 3.0.1 (Luau-only release) - Fixed a bug with the Luau version of Net where it would sync incorrectly and crash Rojo. # 3.0.0 - Added `ExperienceBroadcastEvent` - For broadcasting events between servers in your experience. This can be used for global things like cross-server chats, server browsers and announcements.