Skip to content

Commit 3d0f4c3

Browse files
authored
Update CHANGELOG.md
1 parent e250745 commit 3d0f4c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
55

66
## [Unreleased]
77
### Notes
8-
- [:ledger: View file changes][Unreleased][:page_with_curl: DB migration script][0.80.0-sql-migration]
9-
- This update adds support for [Bot API 6.3](https://core.telegram.org/bots/api#november-5-2022) (@TiiFuchs)
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)
1010
### Added
1111
- Added the field `is_forum` to the class `Chat`.
1212
- 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.
@@ -16,7 +16,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
1616
- Added support for Multiple Usernames via the field `active_usernames` in the class `Chat`.
1717
- Added the field `emoji_status_custom_emoji_id` to the class `Chat`.
1818
### Changed
19-
- ❗ Commands can now contain underscores. (@mlocati) This changes how File/Class names are converted to Commands and vice versa.
19+
- ❗ Commands can now contain underscores. (@mlocati, #1365) This changes how File/Class names are converted to Commands and vice versa.
2020
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.
2121
### Deprecated
2222
### Removed

0 commit comments

Comments
 (0)