You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,6 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
6
6
7
7
## Unreleased
8
8
9
-
### Added
10
-
- Add an option to ignore certain query parameters. See readme for more info.
11
-
12
9
### Changed
13
10
- 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`.
14
11
- 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
17
14
### Removed
18
15
- Dropped PHP <7.4 support.
19
16
17
+
## [2.4.0] - 2022-01-06
18
+
19
+
### Added
20
+
- Add an option to ignore certain query parameters. See readme for more info.
0 commit comments