Update CHANGELOG.md

This commit is contained in:
TheAwiteb 2023-03-02 15:35:04 +03:00
parent 65baf3fcd3
commit e95c69419b
No known key found for this signature in database
GPG key ID: ABF818BD15DC2D34

View file

@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix `split` parser for tuple variants with len < 2 ([issue #834](https://github.com/teloxide/teloxide/issues/834))
### Added
- Now you can use `/// doc comment` for the command help message ([PR #861](https://github.com/teloxide/teloxide/pull/861)).
- Now you can use `#[command(hide)]` to hide a command from the help message ([PR #862](https://github.com/teloxide/teloxide/pull/862))
### Deprecated