From 2a4e2b5424798f4352e4fcc423d69781753ad3d1 Mon Sep 17 00:00:00 2001 From: "Shea Lewis (Kai)" Date: Fri, 30 Aug 2019 13:09:14 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e33e926..83453b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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