diff --git a/CHANGELOG.md b/CHANGELOG.md index 6052f122..7991b06f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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