Skip to content

Commit b71df07

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 4e3ad0a commit b71df07

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

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

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

5+
## 5.5.3 - 2022-05-05
6+
7+
## What's Changed
8+
9+
- Update .gitattributes by @angeljqv in https://github.com/spatie/laravel-permission/pull/2065
10+
- Remove double semicolon from add_teams_fields.php.stub by @morganarnel in https://github.com/spatie/laravel-permission/pull/2067
11+
- [V5] Allow revokePermissionTo to accept Permission[] by @erikn69 in https://github.com/spatie/laravel-permission/pull/2014
12+
- [V5] Improve typing in role's findById and findOrCreate method by @itsfaqih in https://github.com/spatie/laravel-permission/pull/2022
13+
- [V5] Cache loader improvements by @erikn69 in https://github.com/spatie/laravel-permission/pull/1912
14+
15+
## New Contributors
16+
17+
- @morganarnel made their first contribution in https://github.com/spatie/laravel-permission/pull/2067
18+
- @itsfaqih made their first contribution in https://github.com/spatie/laravel-permission/pull/2022
19+
20+
**Full Changelog**: https://github.com/spatie/laravel-permission/compare/5.5.2...5.5.3
21+
522
## 5.5.2 - 2022-03-09
623

724
## What's Changed
@@ -331,6 +348,7 @@ The following changes are not "breaking", but worth making the updates to your a
331348

332349

333350

351+
334352
```
335353
1. Also this is a good time to point out that now with v2.25.0 and v2.26.0 most permission-cache-reset scenarios may no longer be needed in your app, so it's worth reviewing those cases, as you may gain some app speed improvement by removing unnecessary cache resets.
336354

@@ -382,6 +400,7 @@ The following changes are not "breaking", but worth making the updates to your a
382400

383401

384402

403+
385404
```
386405
## 2.19.1 - 2018-09-14
387406

0 commit comments

Comments
 (0)