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`.