Update CHANGELOG.md

This commit is contained in:
Temirkhan Myrzamadi 2020-07-24 19:30:40 +06:00 committed by GitHub
parent 99e21dce4f
commit 22f8d22a54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"`.