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
+16-6
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,28 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4
4
Exclamation symbols (:exclamation:) note something of importance e.g. breaking changes. Click them to learn more.
5
5
6
6
## [Unreleased]
7
-
:exclamation: After updating to this version, you will need to execute the [SQL migration script][unreleased-sql-migration] on your database.### Added
7
+
### Added
8
+
### Changed
9
+
### Deprecated
10
+
### Removed
11
+
### Fixed
12
+
### Security
13
+
14
+
## [0.58.0] - 2019-06-26
15
+
:exclamation: After updating to this version, you will need to execute the [SQL migration script][0.58.0-sql-migration] on your database.
16
+
### Added
8
17
- New funding and support details. (#971)
9
18
- Custom issue templates. (#972)
10
19
- Bot API 4.3 (Seamless Telegram Login, `LoginUrl`) (#957)
11
20
-`reply_markup` field to `Message` entity. (#957)
12
21
### Changed
13
22
- Use PSR-12 for code style. (#966)
14
23
- Some general housekeeping. (#972)
15
-
-[:exclamation:][unreleased-bc-return-value-of-empty-entity-properties] Return an empty array for Entity properties with no items, instead of `null`. (#969)
24
+
-[: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)
16
25
-`TelegramLog` now adheres to [PSR-3]`LoggerInterface` and allows custom logger implementations. (#964)
17
26
### Deprecated
18
27
- 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)
19
-
-[:exclamation:][unreleased-bc-startcommand-is-now-a-usercommand]`StartCommand` is now a `UserCommand` (not `SystemCommand` any more). (#970)
28
+
-[:exclamation:][0.58.0-bc-startcommand-is-now-a-usercommand]`StartCommand` is now a `UserCommand` (not `SystemCommand` any more). (#970)
20
29
### Removed
21
30
- Botan.io integration completely removed. (#968)
22
31
### Fixed
@@ -281,9 +290,9 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
0 commit comments