From d5bf88acc021b3c0a1a8fbff1dd44a0e9465903f Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 7 Nov 2022 14:43:11 +0000 Subject: [PATCH] Added missing changelog items for 4.10.0 release these really ought to have been released in 4.9.2, but it's too late for that now. --- changelogs/4.10.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/changelogs/4.10.md b/changelogs/4.10.md index 8b27a6f09..d7407f22f 100644 --- a/changelogs/4.10.md +++ b/changelogs/4.10.md @@ -11,4 +11,13 @@ Released 26th October 2022. ## General - Added support for Minecraft: Bedrock Edition 1.19.40. -- Removed support for older versions. \ No newline at end of file +- Removed support for older versions. + +## Fixes +- Fixed incorrect command descriptions showing in `/help` when multiple commands use the same name. Previously, the most recently registered command would show, even though it wouldn't actually be invoked. +- Fixed splash potions affecting players in spectator mode. +- Fixed `World->addParticle()` sending particles to players who couldn't possibly see them when a list of targets was used. +- Fixed `World->addSound()` sending sounds to players who couldn't possibly hear them when a list of targets was used. + +## Documentation +- Improved type information available for various API methods in `World`.