Skip to content

Commit 0356f8d

Browse files
drbytegithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent bb3ad22 commit 0356f8d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

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

5+
## 6.13.0 - 2025-02-05
6+
7+
### What's Changed
8+
9+
* LazyLoading: Explicitly call `loadMissing('permissions')` when the relation is needed, and test with `Model::preventLazyLoading()` by @erikn69 in https://github.com/spatie/laravel-permission/pull/2776
10+
* [Docs] Add instructions to reinitialize cache for multi-tenancy key settings when updating multiple tenants in a single request cycle, by @sudkumar in https://github.com/spatie/laravel-permission/pull/2804
11+
12+
### New Contributors
13+
14+
* @sudkumar made their first contribution in https://github.com/spatie/laravel-permission/pull/2804
15+
16+
**Full Changelog**: https://github.com/spatie/laravel-permission/compare/6.12.0...6.13.0
17+
518
## 6.12.0 - 2025-01-31
619

720
### What's Changed
@@ -933,6 +946,7 @@ The following changes are not "breaking", but worth making the updates to your a
933946

934947

935948

949+
936950

937951

938952
```
@@ -1006,6 +1020,7 @@ The following changes are not "breaking", but worth making the updates to your a
10061020

10071021

10081022

1023+
10091024

10101025

10111026
```

0 commit comments

Comments
 (0)