@@ -6,14 +6,19 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
## [Unreleased]
### Added
### Changed
- Updated readme to latest state of 0.46.0.
### Deprecated
### Removed
### Fixed
### Security
## [0.47.0] - 2017-08-06
### Changed
- Updated readme to latest state of 0.47.0.
### Fixed
-`Telegram::enableAdmin()` now handles duplicate additions properly.
-`Request::getMe()` failure doesn't break cron execution any more.
### Security
-[:exclamation:][unreleased-private-only-admin-commands] New command parameter `$private_only` to enforce usage in private chats only (set by default for Admin commands).
-[:exclamation:][0.47.0-private-only-admin-commands] New command parameter `$private_only` to enforce usage in private chats only (set by default for Admin commands).
## [0.46.0] - 2017-07-15
### Added
...
...
@@ -24,7 +29,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
-[:exclamation:][0.46.0-bc-request-class-refactor] Big refactor of the `Request` class, removing most custom method implementations.
## [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.
**Note:** After updating to this version, you will need to execute the [SQL migration script][0.45.0-sql-migration] on your database.
### Added
- 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).
...
...
@@ -51,11 +56,11 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
## [0.44.0] - 2017-04-25
### Added
- Proper standalone `scrutinizer.yml` config.
- Human-readable last error date for debug command.
- Human-readable `last_error_date_string` for debug command.
### Changed
- Bot username no longer required for object instantiation.
### Removed
- All examples have been moved to a [dedicated repository](https://github.com/php-telegram-bot/example-bot).
- All examples have been moved to a [dedicated repository][example-bot].
### Fixed
-[:exclamation:][0.44.0-bc-update-content-type] Format of Update content type using `$update->getUpdateContent()`.
...
...
@@ -133,9 +138,11 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c