Skip to content

Commit

Permalink
Merge pull request #826 from Nyholm/changelog
Browse files Browse the repository at this point in the history
Change log for 2.12.0
  • Loading branch information
acrobat committed Nov 3, 2019
2 parents 18c6083 + f991fe4 commit d947eab
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,36 @@

The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.

## 2.12.0

### Added

- Support for HTTPlug 2.0 and PSR-18
- Add support for GitHub Checks
- Add support for GitHub Pages
- Add support to update a Pull Request Review
- Add support to get specific revision of a gist
- Added a 4th argument `$parameters` to `PullRequest::files()`
- Added `Accept` headers to Github Apps

### Removed

- Active support for HHVM
- Support for PHP <7.1

### Changed

- Allow tags to be created without the `Tagger` object
- When updating DeployKeys we will first remove existing then add a new DeployKey

### Fixed

- In `Trees` we should check if `array_key_exists('sha', $tree)` instead of `isset` to avoid issues with `null`. (#822)

### Deprecated

- Passing an integer (`$page`) as 4th arugment in `Comments::all()` is deprecated. It should be an array.

## 2.11.0

### Added
Expand Down

0 comments on commit d947eab

Please sign in to comment.