Update changelog

This commit is contained in:
Jason Penilla 2021-09-13 23:16:50 -07:00 committed by Jason
parent e5acfb2414
commit 00bb3f79cd

View file

@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `executeFuture` to `CommandExecutionHandler` which is now used internally. By default, this delegates to the old
`execute` method
### Fixed
- Bukkit: Permission checking and syntax string for Bukkit '/help' command
## [1.5.0]
### Added