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.
This commit is contained in:
Dylan K. Taylor 2022-11-07 14:43:11 +00:00
parent 2d0602d19f
commit d5bf88acc0
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -11,4 +11,13 @@ Released 26th October 2022.
## General
- Added support for Minecraft: Bedrock Edition 1.19.40.
- Removed support for older versions.
- 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`.