Skip to content

Commit

Permalink
Add Changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Spone committed Sep 13, 2024
1 parent 833b516 commit ac2be49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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][])
Expand Down Expand Up @@ -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

0 comments on commit ac2be49

Please sign in to comment.