From 83edf839e3a6af3a04b55c0e304b23716ed166d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= Date: Fri, 18 Dec 2020 19:40:20 +0100 Subject: [PATCH] :docs: Add missing stuff to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23cb0c1e..4f5d4a5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `@Parser` annotated methods - Type safe meta system - Allow interception of command builders based on annotations in AnnotationParser + - Add Kotlin DSL + - Make CommandMeta and FlagContext more Kotlin friendly ### Changed - Moved the parser injector registry into CommandManager and added injection to CommandContext