Skip to content

Commit

Permalink
[9.x] Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlindaruk committed Jun 7, 2022
1 parent 9f4eb34 commit ad8ace9
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Release Notes for 9.x

## [Unreleased](https://github.com/laravel/framework/compare/v9.15.0...9.x)
## [Unreleased](https://github.com/laravel/framework/compare/v9.16.0...9.x)


## [v9.16.0](https://github.com/laravel/framework/compare/v9.15.0...v9.16.0) - 2022-06-02

### Added
- Added Eloquent withWhereHas method ([#42597](https://github.com/laravel/framework/pull/42597))
- User authentication for Pusher ([#42531](https://github.com/laravel/framework/pull/42531))
- Added additional uuid testing helpers ([#42619](https://github.com/laravel/framework/pull/42619))

### Fixed
- Fix queueable notification's ID overwritten ([#42581](https://github.com/laravel/framework/pull/42581))
- Handle undefined array key error in route ([#42606](https://github.com/laravel/framework/pull/42606))

### Deprecated
- Illuminate/Routing/Redirector::home() ([#42600](https://github.com/laravel/framework/pull/42600))


## [v9.15.0](https://github.com/laravel/framework/compare/v9.14.1...v9.15.0) - 2022-05-31
Expand Down

0 comments on commit ad8ace9

Please sign in to comment.