From 4cc7e046479d9e8d105a73a83a47b651d4481168 Mon Sep 17 00:00:00 2001 From: "Shea Lewis (Kai)" Date: Wed, 26 Jun 2019 22:19:13 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d743ad4..d035442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,14 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this package adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] -### Fixed +## [4.1.0] - Unreleased +### Added +- `hasPermissionFlags` and `hasPermissionThroughFlag` added to Role contract +- Configuration options to customize table names +- Close to 40 unit tests :feelsgood: + +### Changed +- `@role` Blade directive now uses Laravel's `Blade::if()` implementation, which supports `@role`, `@elserole`, and `@endrole` ## [4.0.1] - 2019-06-05 ### Fixed