Skip to content

Commit 4d4a628

Browse files
authored
Changelog for 2.3.0 (KnpLabs#570)
* Changelog for 2.3.0 * typo
1 parent 6a211e1 commit 4d4a628

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

5+
## 2.3.0
6+
7+
### Fixed
8+
9+
- Issue where we serve the wrong cached response. We vary on authorization header now.
10+
11+
### Added
12+
13+
- `PullRequest::status`
14+
- Throw InvalidArgumentException on `PullRequest::merge` when wrong merge method is used.
15+
- Added `Protection::configure`
16+
17+
### Changed
18+
19+
- First argument to `Integrations::listRepositories()` is now optional.
20+
- Moved tests from "functional" to "integration"
21+
522
## 2.2.0
623

724
### Added

0 commit comments

Comments
 (0)