@@ -4,7 +4,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
...
@@ -4,7 +4,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
Exclamation symbols (:exclamation:) note something of importance e.g. breaking changes. Click them to learn more.
Exclamation symbols (:exclamation:) note something of importance e.g. breaking changes. Click them to learn more.
## [Unreleased]
## [Unreleased]
:exclamation: After updating to this version, you will need to execute the [SQL migration script][unreleased-sql-migration] on your database.### Added
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [0.58.0] - 2019-06-26
:exclamation: After updating to this version, you will need to execute the [SQL migration script][0.58.0-sql-migration] on your database.
### Added
- New funding and support details. (#971)
- New funding and support details. (#971)
- Custom issue templates. (#972)
- Custom issue templates. (#972)
- Bot API 4.3 (Seamless Telegram Login, `LoginUrl`) (#957)
- Bot API 4.3 (Seamless Telegram Login, `LoginUrl`) (#957)
...
@@ -12,11 +21,11 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
...
@@ -12,11 +21,11 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
### Changed
### Changed
- Use PSR-12 for code style. (#966)
- Use PSR-12 for code style. (#966)
- Some general housekeeping. (#972)
- Some general housekeeping. (#972)
-[:exclamation:][unreleased-bc-return-value-of-empty-entity-properties] Return an empty array for Entity properties with no items, instead of `null`. (#969)
-[:exclamation:][0.58.0-bc-return-value-of-empty-entity-properties] Return an empty array for Entity properties with no items, instead of `null`. (#969)
-`TelegramLog` now adheres to [PSR-3]`LoggerInterface` and allows custom logger implementations. (#964)
-`TelegramLog` now adheres to [PSR-3]`LoggerInterface` and allows custom logger implementations. (#964)
### Deprecated
### Deprecated
- Old logging that uses Monolog still works but will be removed in the near future. Use `TelegramLog::initialize($logger, $update_logger);` from now on. (#964)
- Old logging that uses Monolog still works but will be removed in the near future. Use `TelegramLog::initialize($logger, $update_logger);` from now on. (#964)
-[:exclamation:][unreleased-bc-startcommand-is-now-a-usercommand]`StartCommand` is now a `UserCommand` (not `SystemCommand` any more). (#970)
-[:exclamation:][0.58.0-bc-startcommand-is-now-a-usercommand]`StartCommand` is now a `UserCommand` (not `SystemCommand` any more). (#970)
### Removed
### Removed
- Botan.io integration completely removed. (#968)
- Botan.io integration completely removed. (#968)
### Fixed
### Fixed
...
@@ -281,9 +290,9 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
...
@@ -281,9 +290,9 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c