mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Update CHANGELOG.md
This commit is contained in:
parent
3b9f54c826
commit
32266b20c8
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## unreleased
|
## unreleased
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Now you can use `#[command(hide)]` to hide a command from the help message ([PR #862](https://github.com/teloxide/teloxide/pull/862))
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
- `off` in `#[command(description = "off")]` is deprecated in favour of `#[command(hide)]`
|
||||||
|
|
||||||
## 0.7.1 - 2023-01-17
|
## 0.7.1 - 2023-01-17
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
Loading…
Reference in a new issue