Skip to content

Commit e250745

Browse files
authored
Update changelog to contain mlocatis changes
1 parent b6daa54 commit e250745

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ 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.
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.
1921
### Deprecated
2022
### Removed
2123
### Fixed

0 commit comments

Comments
 (0)