File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## [ v5.7.28 (2019-02-05)] ( https://github.com/laravel/laravel/compare/v5.7.19...v5.7.28 )
4
+
5
+ ### Added
6
+ - Hint for lenient log stacks ([ #4918 ] ( https://github.com/laravel/laravel/pull/4918 ) )
7
+ - Attribute casting for ` email_verified_at ` on ` User ` model stub ([ #4930 ] ( https://github.com/laravel/laravel/pull/4930 ) )
8
+
9
+ ### Changed
10
+ - Remove unused Bootstrap class ([ #4917 ] ( https://github.com/laravel/laravel/pull/4917 ) )
11
+ - Change order of boot and register methods in service providers ([ #4921 ] ( https://github.com/laravel/laravel/pull/4921 ) )
12
+ - ` web.config ` comment to help debug issues ([ #4924 ] ( https://github.com/laravel/laravel/pull/4924 ) )
13
+ - Use ` Str::random() ` instead of ` str_random() ` ([ #4926 ] ( https://github.com/laravel/laravel/pull/4926 ) )
14
+ - Remove unnecessary link type on "welcome" view ([ #4935 ] ( https://github.com/laravel/laravel/pull/4935 ) )
15
+
16
+
3
17
## [ v5.7.19 (2018-12-15)] ( https://github.com/laravel/laravel/compare/v5.7.15...v5.7.19 )
4
18
5
19
### Added
You can’t perform that action at this time.
0 commit comments