Skip to content

Commit 677903c

Browse files
freekmurzeactions-user
authored andcommitted
Update CHANGELOG
1 parent 6c46b4e commit 677903c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

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

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

5+
## 5.5.1 - 2022-03-03
6+
7+
## What's Changed
8+
9+
- Spelling correction by @gergo85 in https://github.com/spatie/laravel-permission/pull/2024
10+
- update broken link to laravel exception by @kingzamzon in https://github.com/spatie/laravel-permission/pull/2023
11+
- Fix Blade Directives incompatibility with renderers by @erikn69 in https://github.com/spatie/laravel-permission/pull/2039
12+
13+
## New Contributors
14+
15+
- @gergo85 made their first contribution in https://github.com/spatie/laravel-permission/pull/2024
16+
- @kingzamzon made their first contribution in https://github.com/spatie/laravel-permission/pull/2023
17+
18+
**Full Changelog**: https://github.com/spatie/laravel-permission/compare/5.5.0...5.5.1
19+
520
## 5.5.0 - 2022-01-11
621

722
- add support for Laravel 9
@@ -302,6 +317,7 @@ The following changes are not "breaking", but worth making the updates to your a
302317
+ $this->app->make(\Spatie\Permission\PermissionRegistrar::class)->forgetCachedPermissions();
303318

304319

320+
305321
```
306322
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.
307323

@@ -351,6 +367,7 @@ The following changes are not "breaking", but worth making the updates to your a
351367
@endrole
352368

353369

370+
354371
```
355372
## 2.19.1 - 2018-09-14
356373

0 commit comments

Comments
 (0)