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-13
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,22 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
5
5
6
6
## [Unreleased]
7
7
### Notes
8
-
-[:ledger: View file changes][Unreleased] ∙ [:page_with_curl: DB migration script][unreleased-sql-migration]
9
-
- This update adds support for [Bot API 6.3](https://core.telegram.org/bots/api#november-5-2022) (@TiiFuchs, #1371)
10
-
### Added
11
-
- Added the field `is_forum` to the class `Chat`.
12
-
- Added the fields `is_topic_message` and `message_thread_id` to the class `Message` to allow detection of messages belonging to a forum topic and their message thread identifier.
13
-
- Added the classes `ForumTopicCreated`, `ForumTopicClosed`, and `ForumTopicReopened` and the fields `forum_topic_created`, `forum_topic_closed`, and `forum_topic_reopened` to the class `Message`.
14
-
- Added the field `can_manage_topics` to the classes `ChatAdministratorRights`, `ChatPermissions`, `ChatMemberAdministrator`, and `ChatMemberRestricted`.
15
-
- Added the methods `createForumTopic`, `editForumTopic`, `closeForumTopic`, `reopenForumTopic`, `deleteForumTopic`, `unpinAllForumTopicMessages`, and `getForumTopicIconStickers` for forum topic management.
16
-
- Added support for Multiple Usernames via the field `active_usernames` in the class `Chat`.
17
-
- Added the field `emoji_status_custom_emoji_id` to the class `Chat`.
8
+
-[:ledger: View file changes][Unreleased]
9
+
### Added
18
10
### Changed
19
-
- ❗ Commands can now contain underscores. (@mlocati, #1365) This changes how File/Class names are converted to Commands and vice versa.
20
-
A class with the name `FooBarCommand` in `FooBarCommand.php` was previously used for handling the `/foobar` command. This version changes this to `/foo_bar`. Be aware of this change if you have any classes with multiple uppercase letters.
21
11
### Deprecated
22
12
### Removed
23
13
### Fixed
24
14
### Security
25
15
16
+
## [0.80.0] - 2022-11-09
17
+
### Notes
18
+
-[:ledger: View file changes][0.80.0] ∙ [:page_with_curl: DB migration script][0.80.0-sql-migration]
19
+
### Added
20
+
- Bot API 6.3 (@TiiFuchs) (#1371)
21
+
### Changed
22
+
-[:exclamation:][0.80.0-bc-commands-with-underscores] Commands can now contain underscores (`FooBarCommand` is handled by `/foo_bar`). (@mlocati) (#1365)
23
+
26
24
## [0.79.0] - 2022-09-04
27
25
### Notes
28
26
-[:ledger: View file changes][0.79.0]
@@ -613,7 +611,8 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
0 commit comments