File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 22
33The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44
5+ ## 2.12.0
6+
7+ ### Added
8+
9+ - Support for HTTPlug 2.0 and PSR-18
10+ - Add support for GitHub Checks
11+ - Add support for GitHub Pages
12+ - Add support to update a Pull Request Review
13+ - Add support to get specific revision of a gist
14+ - Added a 4th argument ` $parameters ` to ` PullRequest::files() `
15+ - Added ` Accept ` headers to Github Apps
16+
17+ ### Removed
18+
19+ - Active support for HHVM
20+ - Support for PHP <7.1
21+
22+ ### Changed
23+
24+ - Allow tags to be created without the ` Tagger ` object
25+ - When updating DeployKeys we will first remove existing then add a new DeployKey
26+
27+ ### Fixed
28+
29+ - In ` Trees ` we should check if ` array_key_exists('sha', $tree) ` instead of ` isset ` to avoid issues with ` null ` . (#822 )
30+
31+ ### Deprecated
32+
33+ - Passing an integer (` $page ` ) as 4th arugment in ` Comments::all() ` is deprecated. It should be an array.
34+
535## 2.11.0
636
737### Added
You can’t perform that action at this time.
0 commit comments