Skip to content

Commit 89cc334

Browse files
committed
Merge branch '2.x'
# Conflicts: # README.md # src/ResponseBuilder.php # tests/ResponseBuilderTest.php
2 parents 8fd6e2d + f43ebbc commit 89cc334

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
## Unreleased
88

9-
### Added
10-
- Add an option to ignore certain query parameters. See readme for more info.
11-
129
### Changed
1310
- The `ResponseBuilder` now requires PSR-17 factories instead of a PHP-HTTP factory, to align it with the `Client`. This is only a breaking change in the rare case where you provide your own factory to the `ResponseBuilder`.
1411
- Removed `domainAliases` from constructor arguments. Please use `setDomainAliases()` on the instance instead.
@@ -17,6 +14,11 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1714
### Removed
1815
- Dropped PHP <7.4 support.
1916

17+
## [2.4.0] - 2022-01-06
18+
19+
### Added
20+
- Add an option to ignore certain query parameters. See readme for more info.
21+
2022
## [2.3.2] - 2021-08-30
2123

2224
### Fixed

0 commit comments

Comments
 (0)