Skip to content

Commit d947eab

Browse files
authored
Merge pull request KnpLabs#826 from Nyholm/changelog
Change log for 2.12.0
2 parents 18c6083 + f991fe4 commit d947eab

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
The 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

0 commit comments

Comments
 (0)