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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ 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
-
- New method `setUpdateFilter($callback)` used to filter `processUpdate(Update $update)` calls. If `$callback`evaluates to false the update is not processed and a `ServerResponse()` is returned where `->isOk()` is false.
10
+
- New method `setUpdateFilter($callback)` used to filter `processUpdate(Update $update)` calls. If `$callback`returns `false` the update isn't processed and an empty falsey `ServerResponse` is returned. (@VRciF)
11
11
- Replaced 'generic' and 'genericmessage' strings with Telegram::GENERIC_COMMAND and Telegram::GENERIC_MESSAGE_COMMAND constants (@1int)
12
12
- Bot API 4.8 (Extra Poll and Dice features).
13
13
- Allow custom MySQL port to be defined for tests.
0 commit comments