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
99e21dce4f
commit
22f8d22a54
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [unreleased]
|
||||
|
||||
### Added
|
||||
- `#[derive(BotDialogue)]` with `#[transition(<your transition fn)]`.
|
||||
|
||||
## [0.3.1] - 2020-07-04
|
||||
### Added
|
||||
- Now you can remove command from showing in descriptions by defining `description` attribute as `"off"`.
|
||||
|
|
Loading…
Reference in a new issue