@@ -5,20 +5,32 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
...
@@ -5,20 +5,32 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
## [Unreleased]
## [Unreleased]
### Added
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [0.45.0] - 2017-06-25
**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.
### Added
- Documents can be sent by providing its contents via Psr7 stream (as opposed to passing a file path).
- Documents can be sent by providing its contents via Psr7 stream (as opposed to passing a file path).
- Allow setting a custom Guzzle HTTP Client for requests (#511).
- Allow setting a custom Guzzle HTTP Client for requests (#511).
- First implementations towards Bots API 3.0.
- First implementations towards Bots API 3.0.
### Changed
### Changed
-[:exclamation:][unreleased-bc-chats-params-array]`Request::sendToActiveChats` and `DB::selectChats` now accept parameters as an options array.
-[: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.
### Deprecated
### Deprecated
- Deprecated `Message::getNewChatMember()` (Use `Message::getNewChatMembers()` instead to get an array of all newly added members).
### Removed
### Removed
-[:exclamation:][unreleased-bc-up-download-directory] Upload and download directories are not set any more by default and must be set manually.
-[:exclamation:][0.45.0-bc-up-download-directory] Upload and download directories are not set any more by default and must be set manually.
-[:exclamation:][0.45.0-bc-remove-deprecated-methods] Completely removed `Telegram::getBotName()` and `Entity::getBotName()` (Use `::getBotUsername()` instead).