Update the changelog

This commit is contained in:
Hirrolot 2022-02-05 21:34:40 +06:00
parent fd8d16bc8f
commit 0572825748

View file

@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
### Added
- `BotCommand::bot_commands()` method that return `Vec<BotCommand>` ([PR #13](https://github.com/teloxide/teloxide-macros/pull/13))
- The `BotCommand::bot_commands()` method that returns `Vec<BotCommand>` ([PR #13](https://github.com/teloxide/teloxide-macros/pull/13)).
- `#[derive(DialogueState)]`, `#[handler_out(...)]`, `#[handler(...)]`.
## [0.4.1] - 2021-07-11