Skip to content

Commit cf89343

Browse files
freekmurzeactions-user
authored andcommitted
Update CHANGELOG
1 parent 6466956 commit cf89343

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ All notable changes to `laravel-query-builder` will be documented in this file
66

77
- revert deferred service provider (#677)
88

9+
## 4.0.2 - 2021-12-26
10+
11+
## What's Changed
12+
13+
- DOC: New sample with multiple default sorts by @williamxsp in https://github.com/spatie/laravel-query-builder/pull/694
14+
- PHP 8.1 Support by @Medalink in https://github.com/spatie/laravel-query-builder/pull/702
15+
16+
## New Contributors
17+
18+
- @williamxsp made their first contribution in https://github.com/spatie/laravel-query-builder/pull/694
19+
- @Medalink made their first contribution in https://github.com/spatie/laravel-query-builder/pull/702
20+
21+
**Full Changelog**: https://github.com/spatie/laravel-query-builder/compare/4.0.1...4.0.2
22+
923
## 4.0.0 - 2021-10-20
1024

1125
- nested filters will no longer be automatically camel-cased to match a relationship name
@@ -91,7 +105,7 @@ Take a look at the [upgrade guide](./UPGRADING.md) for a more detailed explanati
91105

92106
## 3.0.0 - 2020-08-18
93107

94-
New major version. Please read the [UPGRADING](UPGRADING.md) guide _before_ upgrading.
108+
New major version. Please read the [UPGRADING](UPGRADING.md) guide *before* upgrading.
95109

96110
- `Spatie\QueryBuilder\QueryBuilder` class no longer extends Laravel's `Illuminate\Database\Eloquent\Builder`
97111

0 commit comments

Comments
 (0)