File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-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.14.0...9.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v9.14.1...9.x )
4
+
5
+
6
+ ## [ v9.14.1] ( https://github.com/laravel/framework/compare/v9.14.0...v9.14.1 ) - 2022-05-25
7
+
8
+ ### Added
9
+ - Model::whereRelation add callback function ([ #42491 ] ( https://github.com/laravel/framework/pull/42491 ) )
10
+ - Add Conditionable Trait to Illuminate\Support\Carbon ([ #42500 ] ( https://github.com/laravel/framework/pull/42500 ) )
11
+
12
+ ### Fixed
13
+ - Fix afterCommit and DatabaseTransactions ([ #42502 ] ( https://github.com/laravel/framework/pull/42502 ) )
14
+ - Fixed regression when only some route parameters are scoped ([ #42517 ] ( https://github.com/laravel/framework/pull/42517 ) )
4
15
5
16
6
17
## [ v9.14.0] ( https://github.com/laravel/framework/compare/v9.13.0...v9.14.0 ) - 2022-05-24
You can’t perform that action at this time.
0 commit comments