Skip to content

Commit 193e50e

Browse files
authored
Update CHANGELOG.md
1 parent ee0a50a commit 193e50e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## 5.3.1 - 2021-11-04
6+
7+
- Fix hints, support int on scopePermission (#1908)
8+
59
## 5.3.0 - 2021-10-29
610

711
- Option for custom logic for checking permissions (#1891)
@@ -19,7 +23,7 @@ All notable changes to `laravel-permission` will be documented in this file
1923

2024
## 5.1.0 - 2021-08-31
2125
- No longer flush cache on User role/perm assignment changes #1832
22-
NOTE: You should test your app to be sure that you don't accidentally have deep dependencies on cache resets happening automatically in these cases.
26+
NOTE: You should test your app to be sure that you don't accidentally have deep dependencies on cache resets happening automatically in these cases.
2327
ALSO NOTE: If you have added custom code which depended on these flush operations, you may need to add your own cache-reset calls.
2428

2529
## 5.0.0 - 2021-08-31

0 commit comments

Comments
 (0)