Skip to content

Commit 7105a5e

Browse files
committed
Added changes from the #226 PR to the CHANGELOG
1 parent 9da206d commit 7105a5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
4545
- Minimal supported PHP version changed from 5.3 to 5.6 by [@aik099] (#207).
4646
- Enhance `Api::getCreateMeta` call with an optional ability (via the new `$expand` parameter) to return issue fields by [@arnested] (#26).
4747
- Added an optional `$name` parameter (replaces `$options` parameter) to `Api::createAttachment` for specifying name of the uploaded file by [@betterphp] (#141).
48+
- The `$method` parameter of the `Api::api` method is now mandatory (previously had `self::REQUEST_GET` value) by [@aik099] (#226).
49+
- The `$data` parameter of the `ClientInterface::sendRequest` method is now mandatory (previously had `array()` value) by [@aik099] (#226).
4850

4951
### Removed
5052
...

0 commit comments

Comments
 (0)