Update changelog

This commit is contained in:
Maybe Waffle 2022-10-03 20:54:05 +04:00
parent f3bb54d670
commit 7beb705b4a

View file

@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- `#[command(rename = "a_name_that_is_not_a_case_name")]` doesn't work anymore
- `#[command(rename = "...")]` now always renames to `"..."`, to rename multiple commands using the same pattern, use `#[command(rename_rule = "snake_case")]` and the like.
## 0.6.3 - 2022-07-19