From 2efbc5cb2bb4d03a71c503581dbd17a763b97873 Mon Sep 17 00:00:00 2001 From: Rug Date: Fri, 17 May 2024 11:14:01 -0700 Subject: [PATCH] Update CHANGELOG.md for 1.0.14 --- MyceliumNetworkingForCW/ts-assets/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MyceliumNetworkingForCW/ts-assets/CHANGELOG.md b/MyceliumNetworkingForCW/ts-assets/CHANGELOG.md index 69d9d2e..33220b9 100644 --- a/MyceliumNetworkingForCW/ts-assets/CHANGELOG.md +++ b/MyceliumNetworkingForCW/ts-assets/CHANGELOG.md @@ -3,6 +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). +## 1.0.14 +- Fixed an issue with serialization for LobbyData and PlayerData that would occur when players from countries with differing decimal separator characters attempted to sync floats or doubles + ## 1.0.13 - Added float serialization @@ -47,4 +50,4 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Updated README ## 1.0.0 -- Initial Release \ No newline at end of file +- Initial Release