Skip to content

Commit 5b8a8f1

Browse files
committed
Add changelog entry.
1 parent c9b896c commit 5b8a8f1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
55

66
## [Unreleased]
77
### Added
8+
- `ChatAction` class to simplify chat action selection.
89
### Changed
910
- [:exclamation:][unreleased-bc-rename-constants] Rename and ensure no redefinition of constants: `BASE_PATH` -> `TB_BASE_PATH`, `BASE_COMMANDS_PATH` -> `TB_BASE_COMMANDS_PATH`.
1011
### Deprecated

src/Telegram.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
class Telegram
2727
{
28-
2928
/**
3029
* Version
3130
*

0 commit comments

Comments
 (0)