From 68b9227c815ce0b2f723e3159de6ca237401cd30 Mon Sep 17 00:00:00 2001 From: Apehum <36326454+Apehum@users.noreply.github.com> Date: Wed, 23 Oct 2024 05:40:16 +0800 Subject: [PATCH] ci: changelog --- client/changelog.md | 1 + server/changelog.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/client/changelog.md b/client/changelog.md index 4a6ccd79..8fc5ce45 100644 --- a/client/changelog.md +++ b/client/changelog.md @@ -13,3 +13,4 @@ so there’s no need to worry if the server hasn't been updated to 2.1.x. - Updated to 1.21.2-pre1. - Updated [slib](https://github.com/plasmoapp/mc-slib) to fix crash with EssentialAddons on world join. - Fixed audio sources causing a high CPU load. [#421](https://github.com/plasmoapp/plasmo-voice/issues/421) +- Attempt to fix "Cannot measure distance between worlds" exception, see [#422](https://github.com/plasmoapp/plasmo-voice/issues/422). \ No newline at end of file diff --git a/server/changelog.md b/server/changelog.md index e0a8907e..7b905611 100644 --- a/server/changelog.md +++ b/server/changelog.md @@ -5,4 +5,5 @@ If you encounter any issues, please report them on Discord: https://discord.gg/u Versions 2.0.x and 2.1.x are protocol-compatible, so there’s no need to worry if the server hasn't been updated to 2.1.x. -### Changes in 2.1.1 \ No newline at end of file +### Changes in 2.1.1 +- Attempt to fix "Cannot measure distance between worlds" exception, see [#422](https://github.com/plasmoapp/plasmo-voice/issues/422). \ No newline at end of file