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