Skip to content

Commit

Permalink
Merge pull request #35862 from laravel/6.x
Browse files Browse the repository at this point in the history
[6.x] update changelog
  • Loading branch information
TBlindaruk committed Jan 12, 2021
2 parents dcc4b0d + 594c08a commit 490a9ee
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG-6.x.md
@@ -1,6 +1,15 @@
# Release Notes for 6.x

## [Unreleased](https://github.com/laravel/framework/compare/v6.20.9...6.x)
## [Unreleased](https://github.com/laravel/framework/compare/v6.20.10...6.x)


## [v6.20.10 (2021-01-12)](https://github.com/laravel/framework/compare/v6.20.9...v6.20.10)

### Added
- Added new line to `DetectsLostConnections` ([#35790](https://github.com/laravel/framework/pull/35790))

### Fixed
- Fixed error from missing null check on PHP 8 in `Illuminate\Validation\Concerns\ValidatesAttributes::validateJson()` ([#35797](https://github.com/laravel/framework/pull/35797))


## [v6.20.9 (2021-01-05)](https://github.com/laravel/framework/compare/v6.20.8...v6.20.9)
Expand Down

0 comments on commit 490a9ee

Please sign in to comment.