Skip to content

Commit ad8ace9

Browse files
committed
[9.x] Added changelog
1 parent 9f4eb34 commit ad8ace9

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Release Notes for 9.x
22

3-
## [Unreleased](https://github.com/laravel/framework/compare/v9.15.0...9.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v9.16.0...9.x)
4+
5+
6+
## [v9.16.0](https://github.com/laravel/framework/compare/v9.15.0...v9.16.0) - 2022-06-02
7+
8+
### Added
9+
- Added Eloquent withWhereHas method ([#42597](https://github.com/laravel/framework/pull/42597))
10+
- User authentication for Pusher ([#42531](https://github.com/laravel/framework/pull/42531))
11+
- Added additional uuid testing helpers ([#42619](https://github.com/laravel/framework/pull/42619))
12+
13+
### Fixed
14+
- Fix queueable notification's ID overwritten ([#42581](https://github.com/laravel/framework/pull/42581))
15+
- Handle undefined array key error in route ([#42606](https://github.com/laravel/framework/pull/42606))
16+
17+
### Deprecated
18+
- Illuminate/Routing/Redirector::home() ([#42600](https://github.com/laravel/framework/pull/42600))
419

520

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

0 commit comments

Comments
 (0)