Skip to content

Commit

Permalink
Merge tag 'v4.3.0' into develop
Browse files Browse the repository at this point in the history
Allow authorizer responses to be returned
  • Loading branch information
lindyhopchris committed Nov 26, 2024
2 parents 0f7dc1d + 37c4734 commit 1ea2289
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. This projec

## Unreleased

## [4.3.0] - 2024-11-26

### Added

- [#19](https://github.com/laravel-json-api/core/pull/19) The `Authorizer` contract now allows all methods to return a
`bool` or an authorizer response.

### Fixed

- Removed deprecation notices in PHP 8.4.
Expand Down

0 comments on commit 1ea2289

Please sign in to comment.