File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for 6.x
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/framework/compare/v6.20.26...6.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v6.20.27...6.x )
4
+
5
+
6
+ ## [ v6.20.27 (2021-05-11)] ( https://github.com/laravel/framework/compare/v6.20.26...v6.20.27 )
7
+
8
+ ### Added
9
+ - Support mass assignment to SQL Server views ([ #37307 ] ( https://github.com/laravel/framework/pull/37307 ) )
10
+
11
+ ### Fixed
12
+ - Fixed ` Illuminate\Database\Query\Builder::offset() ` with non numbers $value ([ #37164 ] ( https://github.com/laravel/framework/pull/37164 ) )
13
+ - Fixed unless rules ([ #37291 ] ( https://github.com/laravel/framework/pull/37291 ) )
14
+
15
+ ### Changed
16
+ - Allow reporting reportable exceptions with the default logger ([ #37235 ] ( https://github.com/laravel/framework/pull/37235 ) )
4
17
5
18
6
19
## [ v6.20.26 (2021-04-28)] ( https://github.com/laravel/framework/compare/v6.20.25...v6.20.26 )
You can’t perform that action at this time.
0 commit comments