File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for 9.x
2
2
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 ) )
4
19
5
20
6
21
## [ v9.15.0] ( https://github.com/laravel/framework/compare/v9.14.1...v9.15.0 ) - 2022-05-31
You can’t perform that action at this time.
0 commit comments