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-9Lines changed: 16 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,27 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
5
5
6
6
## [Unreleased]
7
7
### Added
8
-
- Helper for sending `InputMedia` objects using `Request::sendMediaGroup()` and `Request::editMediaMessage()` methods.
9
-
- Allow passing absolute file path for InputFile fields, instead of `Request::encodeFile($path)`.
10
8
### Changed
11
-
- All Message field types dynamically search for an existing Command class that can handle them.
12
-
- Upgrade dependencies.
13
9
### Deprecated
14
-
- Botan.io service has been discontinued.
15
-
- Most built-in System Commands will be handled by GenericmessageCommand by default in a future release and will require a custom implementation.
16
10
### Removed
17
11
### Fixed
18
-
- Constraint errors in `/cleanup` command.
19
-
- Return correct objects for requests.
20
-
- PHPCS: static before visibility declaration.
21
12
### Security
22
13
14
+
## [0.56.0] - 2019-04-15
15
+
### Added
16
+
- Helper for sending `InputMedia` objects using `Request::sendMediaGroup()` and `Request::editMediaMessage()` methods. (#934)
17
+
- Allow passing absolute file path for InputFile fields, instead of `Request::encodeFile($path)`. (#934)
18
+
### Changed
19
+
- All Message field types dynamically search for an existing Command class that can handle them. (#940)
20
+
- Upgrade dependencies. (#945)
21
+
### Deprecated
22
+
- Botan.io service has been discontinued. (#925)
23
+
- Most built-in System Commands will be handled by GenericmessageCommand by default in a future release and will require a custom implementation. (#940)
24
+
### Fixed
25
+
- Constraint errors in `/cleanup` command. (#930)
26
+
- Return correct objects for requests. (#934)
27
+
- PHPCS: static before visibility declaration. (#945)
28
+
23
29
## [0.55.1] - 2019-01-06
24
30
### Added
25
31
- Add missing `Request::editMessageMedia()` and `CallbackQuery::getChatInstance()` methods.
@@ -261,6 +267,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
0 commit comments