You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,22 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
7
7
### Notes
8
8
-[:ledger: View file changes][Unreleased]
9
9
### Added
10
-
- Bot API 6.0 See https://core.telegram.org/bots/api#april-16-2022 (@TiiFuchs)
11
10
### Changed
12
11
### Deprecated
13
-
- Telegram changed voice_chat_scheduled, voice_chat_started, voice_chat_ended and voice_chat_participants_invited to video_chat_scheduled, video_chat_started, video_chat_ended and video_chat_participants_invited.
14
-
To reflect that change we marked the corresponding VoiceChat classes as deprecated and created new classes for the VideoChat events.
15
12
### Removed
16
13
### Fixed
17
14
### Security
18
15
16
+
## [0.77.0] - 2022-04-24
17
+
### Notes
18
+
-[:ledger: View file changes][0.77.0] ∙ [:page_with_curl: DB migration script][0.77.0-sql-migration]
19
+
### Added
20
+
- Bot API 6.0 (@TiiFuchs) (#1318)
21
+
### Deprecated
22
+
- Telegram changed `voice_chat_X` to `video_chat_X`. `VoiceChatX` event classes are deprecated, use new `VideoChatX` event classes instead.
23
+
### Fixed
24
+
- Return correct data in `Entity::jsonSerialize` (@TiiFuchs)
25
+
19
26
## [0.76.1] - 2022-03-30
20
27
### Notes
21
28
-[:ledger: View file changes][0.76.1]
@@ -571,7 +578,8 @@ To reflect that change we marked the corresponding VoiceChat classes as deprecat
0 commit comments