Skip to content

Commit 93477f5

Browse files
drbytegithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 2444bb9 commit 93477f5

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

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

33
All notable changes to `laravel-permission` will be documented in this file
44

5+
## 6.10.0 - 2024-11-05
6+
7+
### What's Changed
8+
9+
* Fix `GuardDoesNotMatch should accept collection` by @erikn69 in https://github.com/spatie/laravel-permission/pull/2748
10+
* Improve performance for hydrated collections by @inserve-paul in https://github.com/spatie/laravel-permission/pull/2749
11+
* Only show error if `cache key exists` and `forgetCachedPermissions` fails by @erikn69 in https://github.com/spatie/laravel-permission/pull/2707
12+
* Remove v5 cache fallback alias by @drbyte in https://github.com/spatie/laravel-permission/pull/2754
13+
* Include `Larastan` in `dev` by @drbyte in https://github.com/spatie/laravel-permission/pull/2755
14+
15+
#### Docs
16+
17+
* [Docs example] Check for 'all' or 'any' permissions before specific permissions by @ceilidhboy in https://github.com/spatie/laravel-permission/pull/2694
18+
* [Docs] Fix typo in uuid.md by @levizoesch in https://github.com/spatie/laravel-permission/pull/2705
19+
* [Docs] Upgrade Guide - Add PR links to upgrade guide by @mraheelkhan in https://github.com/spatie/laravel-permission/pull/2716
20+
* [Docs] use more modern syntax for nullable return type by @galangaidilakbar in https://github.com/spatie/laravel-permission/pull/2719
21+
* [Docs] camelCase variable naming in example by @KamilWojtalak in https://github.com/spatie/laravel-permission/pull/2723
22+
* [Docs] Update using-policies.md by @marcleonhard in https://github.com/spatie/laravel-permission/pull/2741
23+
* [Docs] Example of pushing custom middleware before SubstituteBindings middleware by @WyattCast44 in https://github.com/spatie/laravel-permission/pull/2740
24+
25+
#### Other
26+
27+
* PHP 8.4 tests by @erikn69 in https://github.com/spatie/laravel-permission/pull/2747
28+
* Fix comment typo by @machacekmartin in https://github.com/spatie/laravel-permission/pull/2753
29+
30+
### New Contributors
31+
32+
* @ceilidhboy made their first contribution in https://github.com/spatie/laravel-permission/pull/2694
33+
* @levizoesch made their first contribution in https://github.com/spatie/laravel-permission/pull/2705
34+
* @galangaidilakbar made their first contribution in https://github.com/spatie/laravel-permission/pull/2719
35+
* @KamilWojtalak made their first contribution in https://github.com/spatie/laravel-permission/pull/2723
36+
* @marcleonhard made their first contribution in https://github.com/spatie/laravel-permission/pull/2741
37+
* @WyattCast44 made their first contribution in https://github.com/spatie/laravel-permission/pull/2740
38+
* @inserve-paul made their first contribution in https://github.com/spatie/laravel-permission/pull/2749
39+
* @machacekmartin made their first contribution in https://github.com/spatie/laravel-permission/pull/2753
40+
41+
**Full Changelog**: https://github.com/spatie/laravel-permission/compare/6.9.0...6.10.0
42+
543
## 6.9.0 - 2024-06-22
644

745
### What's Changed
@@ -843,6 +881,7 @@ The following changes are not "breaking", but worth making the updates to your a
843881

844882

845883

884+
846885

847886

848887
```
@@ -912,6 +951,7 @@ The following changes are not "breaking", but worth making the updates to your a
912951

913952

914953

954+
915955

916956

917957
```

0 commit comments

Comments
 (0)