diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c6215d..47defc6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased +### Removed + +- Remove `derive(DialogueState)` macro + +### Changed + +- `#[command(rename = "a_name_that_is_not_a_case_name")]` doesn't work anymore +- A lot of internal refactoring + ## 0.6.3 - 2022-07-19 ### Fixed