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
+19-6Lines changed: 19 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,32 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
5
5
6
6
## [Unreleased]
7
7
### Added
8
+
### Changed
9
+
### Deprecated
10
+
### Removed
11
+
### Fixed
12
+
### Security
13
+
14
+
## [0.45.0] - 2017-06-25
15
+
**Note:** After updating to this version, you will need to execute the [SQL migration script](https://github.com/php-telegram-bot/core/tree/0.45.0/utils/db-schema-update/0.44.1-0.45.0.sql) on your database.
16
+
### Added
8
17
- Documents can be sent by providing its contents via Psr7 stream (as opposed to passing a file path).
9
18
- Allow setting a custom Guzzle HTTP Client for requests (#511).
10
19
- First implementations towards Bots API 3.0.
11
20
### Changed
12
-
-[:exclamation:][unreleased-bc-chats-params-array]`Request::sendToActiveChats` and `DB::selectChats` now accept parameters as an options array.
21
+
-[:exclamation:][0.45.0-bc-chats-params-array]`Request::sendToActiveChats` and `DB::selectChats` now accept parameters as an options array and allow selecting of channels.
13
22
### Deprecated
23
+
- Deprecated `Message::getNewChatMember()` (Use `Message::getNewChatMembers()` instead to get an array of all newly added members).
14
24
### Removed
15
-
-[:exclamation:][unreleased-bc-up-download-directory] Upload and download directories are not set any more by default and must be set manually.
25
+
-[:exclamation:][0.45.0-bc-up-download-directory] Upload and download directories are not set any more by default and must be set manually.
26
+
-[:exclamation:][0.45.0-bc-remove-deprecated-methods] Completely removed `Telegram::getBotName()` and `Entity::getBotName()` (Use `::getBotUsername()` instead).
0 commit comments