Skip to content

Commit 7936ea9

Browse files
authored
Update CHANGELOG.md
1 parent 4b9f076 commit 7936ea9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

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

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

5+
## 4.0.0 - 2021-01-27
6+
- Drop support on Laravel 5.8 #1615
7+
- Fix bug when adding roles to a model that doesn't yet exist #1663
8+
- Enforce unique constraints on database level #1261
9+
- Changed PermissionRegistrar::initializeCache() public to allow reinitializing cache in custom situations. #1521
10+
- Use Eloquent\Collection instead of Support\Collection for consistency, collection merging, etc #1630
11+
12+
This package now requires PHP 7.2.5 and Laravel 6.0 or higher.
13+
If you are on a PHP version below 7.2.5 or a Laravel version below 6.0 you can use an older version of this package.
14+
515
## 3.18.0 - 2020-11-27
616
- Allow PHP 8.0
717

0 commit comments

Comments
 (0)