From 32266b20c84b76b72aeae6ef57c2811cd7292b4d Mon Sep 17 00:00:00 2001 From: TheAwiteb Date: Thu, 2 Mar 2023 20:49:59 +0300 Subject: [PATCH] Update CHANGELOG.md --- crates/teloxide-macros/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/crates/teloxide-macros/CHANGELOG.md b/crates/teloxide-macros/CHANGELOG.md index 19edca63..1805bac8 100644 --- a/crates/teloxide-macros/CHANGELOG.md +++ b/crates/teloxide-macros/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 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 ### Fixed