Update changelog

This commit is contained in:
Maybe Waffle 2022-06-14 15:46:40 +04:00
parent b85a5b3179
commit f91fcc0a2a

View file

@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[pr222]: https://github.com/teloxide/teloxide-core/pull/222
### Added
- Utilities to parse message entities (see `Message::parse_entities`) ([#217][pr217])
[pr212]: https://github.com/teloxide/teloxide-core/pull/212
## 0.6.1 - 2022-06-02
- Fix deserialization of `File` when `file_path` or `file_size` are missing ([#220][pr220])