File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-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.21.6...9.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v9.22.0...9.x )
4
+
5
+
6
+ ## [ v9.22.0] ( https://github.com/laravel/framework/compare/v9.21.6...v9.22.0 ) - 2022-07-26
7
+
8
+ ### Added
9
+ - Added ability to attach an array of files in MailMessage ([ #43080 ] ( https://github.com/laravel/framework/pull/43080 ) )
10
+ - Added conditional lines to MailMessage ([ #43387 ] ( https://github.com/laravel/framework/pull/43387 ) )
11
+ - Add support for multiple hash algorithms to ` Illuminate/Filesystem/Filesystem::hash() ` ([ #43407 ] ( https://github.com/laravel/framework/pull/43407 ) )
12
+
13
+ ### Fixed
14
+ - Fixes for model: show when attribute default is an enum ([ #43370 ] ( https://github.com/laravel/framework/pull/43370 ) )
15
+ - Fixed DynamoDB locks with 0 seconds duration ([ #43365 ] ( https://github.com/laravel/framework/pull/43365 ) )
16
+ - Fixed overriding global locale ([ #43426 ] ( https://github.com/laravel/framework/pull/43426 ) )
17
+
18
+ ### Changed
19
+ - Round milliseconds in console output runtime ([ #43400 ] ( https://github.com/laravel/framework/pull/43400 ) )
20
+ - Improves serve Artisan command ([ #43375 ] ( https://github.com/laravel/framework/pull/43375 ) )
4
21
5
22
6
23
## [ v9.21.6] ( https://github.com/laravel/framework/compare/v9.21.5...v9.21.6 ) - 2022-07-22
You can’t perform that action at this time.
0 commit comments