mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
1.2 KiB
1.2 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.2.0] - 2020-02-25
Added
- The functionality to parse commands only with a correct bot's name (breaks backwards compatibility) (https://github.com/teloxide/teloxide/issues/168).
- This
CHANGELOG.md
.
Fixed
- Fix parsing a pinned message (https://github.com/teloxide/teloxide/issues/167).
- Replace
LanguageCode
withString
, Because the official Telegram documentation doesn't specify a concrete version of IETF language tag. - Problems with the
poll_type
field (https://github.com/teloxide/teloxide/issues/178). - Make
polling_default
actually a long polling update listener (https://github.com/teloxide/teloxide/pull/182).
Removed
- either from the dependencies in
Cargo.toml
. teloxide-macros
migrated into the separate repository to easier releases and testing.
[0.1.0] - 2020-02-19
Added
- This project.