Update changelog

This commit is contained in:
Maybe Waffle 2022-09-04 16:15:25 +04:00
parent e1b64c0c2a
commit 0e79c372ac

View file

@ -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