Update CHANGELOG.md

This commit is contained in:
Temirkhan Myrzamadi 2020-07-04 00:05:40 +06:00 committed by GitHub
parent d21dcd678c
commit 8be96a3488
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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