Update CHANGELOG.md

This commit is contained in:
Dawson
2026-04-28 21:39:15 -04:00
committed by GitHub
parent 161cf87a3d
commit b7cb87c7fd
+2 -4
View File
@@ -7,15 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.10.1] - 2026-04-28
### Fixed
- Kick errors on Bukkit-based platforms by forcing `BukkitPlayer#kickPlayer` to always run on the main thread using `BukkitRunnable`
- Async kick error that caused issues during player removal
- Startup bug caused by a packaging issue
- Async kick error that caused issues during player removal when running commands.
- Startup error caused by a packaging issue is now corrected.
### Changed
- Players can now be whitelisted even while offline (on non-cracked servers)
### Added
- Regression test to prevent kick-related async errors from recurring
## [1.10.0] - 2026-04-07