mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Update changelogs
This commit is contained in:
parent
2fee7b8503
commit
1974341dbd
2 changed files with 14 additions and 0 deletions
|
@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## unreleased
|
||||
|
||||
### Fixed
|
||||
|
||||
- Allow `ChatJoinRequest` updates
|
||||
|
||||
### Added
|
||||
|
||||
- `Update::filter_chat_join_request`
|
||||
|
||||
## 0.12.0 - 2023-01-17
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## unreleased
|
||||
|
||||
### Fixed
|
||||
|
||||
- `Update::user` now handles channel posts, chat member changes and chat join request updates correctly ([#835][pr835])
|
||||
|
||||
[pr835]: https://github.com/teloxide/teloxide/pull/835
|
||||
|
||||
## 0.9.0 - 2023-01-17
|
||||
|
||||
### Changed
|
||||
|
|
Loading…
Reference in a new issue