Skip to content

Commit

Permalink
Changelog for 2.3.0 (#570)
Browse files Browse the repository at this point in the history
* Changelog for 2.3.0

* typo
  • Loading branch information
Nyholm committed Apr 18, 2017
1 parent 6a211e1 commit 4d4a628
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## 2.3.0

### Fixed

- Issue where we serve the wrong cached response. We vary on authorization header now.

### Added

- `PullRequest::status`
- Throw InvalidArgumentException on `PullRequest::merge` when wrong merge method is used.
- Added `Protection::configure`

### Changed

- First argument to `Integrations::listRepositories()` is now optional.
- Moved tests from "functional" to "integration"

## 2.2.0

### Added
Expand Down

0 comments on commit 4d4a628

Please sign in to comment.