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
+22-14Lines changed: 22 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -5,26 +5,32 @@ 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]
9
8
### Added
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
-
- Replaced 'generic' and 'genericmessage' strings with Telegram::GENERIC_COMMAND and Telegram::GENERIC_MESSAGE_COMMAND constants (@1int)
12
-
- Bot API 4.8 (Extra Poll and Dice features).
13
-
- Allow custom MySQL port to be defined for tests.
14
-
- New static method `Entity::escapeMarkdownV2` for MarkdownV2.
15
-
- Remove bot token from debug http logs, this can be disabled by setting `TelegramLog::$remove_bot_token` parameter to `false`
16
-
-`TelegramLog::$always_log_request_and_response` parameter to force output of the request and response data to the debug log, also for successful requests
17
-
- Bot API 4.9 (New `via_bot` field).
18
9
### Changed
19
-
-[:exclamation:][unreleased-bc-static-method-entityescapemarkdown] Made `Entity::escapeMarkdown` static, to not require an `Entity` object.
20
-
- Allow custom namespacing for commands. (@Jonybang)
21
10
### Deprecated
22
11
### Removed
23
12
### Fixed
24
-
- Primary key for `poll_answer` also requires the `user_id`.
25
-
- Small SQL foreign key fixes.
26
13
### Security
27
14
15
+
## [0.63.0] - 2020-06-17
16
+
### Notes
17
+
-[:ledger: View file changes][0.63.0] ∙ [:page_with_curl: DB migration script][0.63.0-sql-migration]
18
+
### Added
19
+
- 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) (#1045)
20
+
- Replaced 'generic' and 'genericmessage' strings with Telegram::GENERIC_COMMAND and Telegram::GENERIC_MESSAGE_COMMAND constants. (@1int) (#1074)
21
+
- Bot API 4.8 (Extra Poll and Dice features). (#1082)
22
+
- Allow custom MySQL port to be defined for tests. (#1090)
23
+
- New static method `Entity::escapeMarkdownV2` for MarkdownV2. (#1094)
24
+
- Remove bot token from debug http logs, this can be disabled by setting `TelegramLog::$remove_bot_token` parameter to `false`. (@jacklul) (#1095)
25
+
-`TelegramLog::$always_log_request_and_response` parameter to force output of the request and response data to the debug log, also for successful requests. (#1089)
26
+
- Bot API 4.9 (New `via_bot` field). (#1112)
27
+
### Changed
28
+
-[:exclamation:][0.63.0-bc-static-method-entityescapemarkdown] Made `Entity::escapeMarkdown` static, to not require an `Entity` object. (#1094)
29
+
- Allow custom namespacing for commands. (@Jonybang) (#689)
30
+
### Fixed
31
+
- Primary key for `poll_answer` also requires the `user_id`. (#1087)
32
+
- Small SQL foreign key fixes. (#1105)
33
+
28
34
## [0.62.0] - 2020-04-08
29
35
### Notes
30
36
-[:ledger: View file changes][0.62.0] ∙ [:page_with_curl: DB migration script][0.62.0-sql-migration]
@@ -443,7 +449,8 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
0 commit comments