Update changelog

This commit is contained in:
Jason Penilla 2021-11-14 02:58:17 -08:00 committed by Jason
parent 526ef2af61
commit 762de3dfba

View file

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Kotlin: Support for suspending command functions using `AnnotationParser<C>.installCoroutineSupport()` - Kotlin: Support for suspending command functions using `AnnotationParser<C>.installCoroutineSupport()`
- Flags can be bound to a permission - Flags can be bound to a permission
- Paper: Implement KeyedWorldArgument for matching worlds by their namespaced key - Paper: Implement KeyedWorldArgument for matching worlds by their namespaced key
- Annotations: Parser parameter annotations are now also parsed for flags ([#315](https://github.com/Incendo/cloud/pull/315))
### Changed ### Changed
- Added `executeFuture` to `CommandExecutionHandler` which is now used internally. By default, this delegates to the old - Added `executeFuture` to `CommandExecutionHandler` which is now used internally. By default, this delegates to the old