Skip to content

Commit 8a69aad

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent cb86fd8 commit 8a69aad

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

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

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

5+
## 5.5.4 - 2022-05-16
6+
7+
## What's Changed
8+
9+
- Support custom primary key names on models by @erikn69 in https://github.com/spatie/laravel-permission/pull/2092
10+
- Fix UuidTrait on uuid doc page by @abhishekpaul in https://github.com/spatie/laravel-permission/pull/2094
11+
- Support custom fields on cache by @erikn69 in https://github.com/spatie/laravel-permission/pull/2091
12+
13+
## New Contributors
14+
15+
- @abhishekpaul made their first contribution in https://github.com/spatie/laravel-permission/pull/2094
16+
17+
**Full Changelog**: https://github.com/spatie/laravel-permission/compare/5.5.3...5.5.4
18+
519
## 5.5.3 - 2022-05-05
620

721
## What's Changed
@@ -349,6 +363,7 @@ The following changes are not "breaking", but worth making the updates to your a
349363

350364

351365

366+
352367
```
353368
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.
354369

@@ -401,6 +416,7 @@ The following changes are not "breaking", but worth making the updates to your a
401416

402417

403418

419+
404420
```
405421
## 2.19.1 - 2018-09-14
406422

0 commit comments

Comments
 (0)