:docs: Add missing stuff to changelog

This commit is contained in:
Alexander Söderberg 2020-12-18 19:40:20 +01:00 committed by Alexander Söderberg
parent c281c49edf
commit 83edf839e3

View file

@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `@Parser` annotated methods - Added `@Parser` annotated methods
- Type safe meta system - Type safe meta system
- Allow interception of command builders based on annotations in AnnotationParser - Allow interception of command builders based on annotations in AnnotationParser
- Add Kotlin DSL
- Make CommandMeta and FlagContext more Kotlin friendly
### Changed ### Changed
- Moved the parser injector registry into CommandManager and added injection to CommandContext - Moved the parser injector registry into CommandManager and added injection to CommandContext