Skip to content

Commit 43518af

Browse files
committed
[6.x] update changelog
1 parent e0d3cd9 commit 43518af

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG-6.x.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Release Notes for 6.x
22

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))
417

518

619
## [v6.20.26 (2021-04-28)](https://github.com/laravel/framework/compare/v6.20.25...v6.20.26)

0 commit comments

Comments
 (0)