Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Aug 30, 2019
1 parent d1a9874 commit 2a4e2b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [4.3.0] - 2019-08-30
### Added
- `PermissionNotFoundException` will now be thrown if a permission is not found during check. You may catch and report against this from within your application :v:

### Fixed
- No longer using the `firstOrFail` method when checking for permissions, which means no more discrepancies when caching is enabled
- `hasPermissionThroughRole` now checks the role directly for permissions

## [4.2.0] - 2019-08-06
### Added
- Laravel 6.x support
Expand Down

0 comments on commit 2a4e2b5

Please sign in to comment.