From 8c89ed82df6bc8f71dd0aa7f2425a1a86d9ebf99 Mon Sep 17 00:00:00 2001 From: Xilophor Date: Mon, 22 Jul 2024 17:05:32 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ LethalNetworkAPI/LethalNetworkAPI.csproj | 1 + 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1936db0..5ec09c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v3.0.2] + +### Fixed +- Some built-in types not serializing properly. +- NGO `InvalidOperationException` during disconnecting if a `LethalNetworkVariable` is used. + ## [v3.0.1] ### Fixed diff --git a/LethalNetworkAPI/LethalNetworkAPI.csproj b/LethalNetworkAPI/LethalNetworkAPI.csproj index d4dec96..6257701 100644 --- a/LethalNetworkAPI/LethalNetworkAPI.csproj +++ b/LethalNetworkAPI/LethalNetworkAPI.csproj @@ -40,6 +40,7 @@ +