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
d21dcd678c
commit
8be96a3488
1 changed files with 9 additions and 0 deletions
|
@ -16,6 +16,15 @@ Nothing
|
|||
- Using custom separator.
|
||||
- Now function `parse` return Result<T, ParseError> instead of Option<T>.
|
||||
|
||||
## [0.2.1] - 2020-02-25
|
||||
### Changed
|
||||
- The description in `Cargo.toml` was changed to from "The teloxide's macros for internal usage" to "The teloxide's procedural macros".
|
||||
|
||||
### Added
|
||||
- This `CHANGELOG.md`.
|
||||
- `.gitignore`.
|
||||
- The functionality to parse commands only with a correct bot's name (breaks backwards compatibility).
|
||||
|
||||
### Added
|
||||
- This `CHANGELOG.md`.
|
||||
- `.gitignore`.
|
||||
|
|
Loading…
Reference in a new issue