From ac2be493b83b5f03ffad84d25d92442ea70b1027 Mon Sep 17 00:00:00 2001 From: Hans Lemuet Date: Fri, 13 Sep 2024 02:02:17 +0200 Subject: [PATCH] Add Changelog entry --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 263d380..5f08ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## master +- Improve default `ActionPolicy::Unauthorized` error message. ([@Spone][]) + +Before: `Not Authorized` / After: `Not authorized: UserPolicy#create? returns false` + ## 0.7.1 (2024-07-25) - Support passing scope options to callable scope objects. ([@palkan][]) @@ -524,3 +528,4 @@ This value is now stored in a cache (if any) instead of just the call result (`t [@tomdalling]: https://github.com/tomdalling [@matsales28]: https://github.com/matsales28 [@killondark]: https://github.com/killondark +[@Spone]: https://github.com/Spone