From a9c4b84733cb5cfd1380caea2d40123cd1ac421b Mon Sep 17 00:00:00 2001 From: Rug Date: Mon, 8 Apr 2024 17:25:51 -0700 Subject: [PATCH] Update CHANGELOG.md for 1.0.7 --- MyceliumNetworkingForCW/ts-assets/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MyceliumNetworkingForCW/ts-assets/CHANGELOG.md b/MyceliumNetworkingForCW/ts-assets/CHANGELOG.md index 359ff23..690afa7 100644 --- a/MyceliumNetworkingForCW/ts-assets/CHANGELOG.md +++ b/MyceliumNetworkingForCW/ts-assets/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] -- The LobbyLeft callback should now properly fire // NOT TESTED +## [1.0.7] - Added LobbyData and PlayerData functionality, which allows you to define synced variables associated with the lobby (perfect for config syncing) or individual players +- The LobbyLeft callback should now properly fire - General code cleanup ## [1.0.6]