mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Update changelog
This commit is contained in:
parent
f3bb54d670
commit
7beb705b4a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue