mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 23:57:38 +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/),
|
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).
|
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
|
## [0.3.1] - 2020-07-04
|
||||||
### Added
|
### Added
|
||||||
- Now you can remove command from showing in descriptions by defining `description` attribute as `"off"`.
|
- Now you can remove command from showing in descriptions by defining `description` attribute as `"off"`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue