Skip to content

Commit

Permalink
[6.x] update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlindaruk committed Mar 9, 2021
1 parent 784f8ff commit bbb6b97
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Release Notes for 6.x

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


## [v6.20.18 (2021-03-09)](https://github.com/laravel/framework/compare/v6.20.17...v6.20.18)

### Fixed
- Fix validator treating null as true for (required|exclude)_(if|unless) due to loose `in_array()` check ([#36504](https://github.com/laravel/framework/pull/36504))

### Changed
- Delete existing links that are broken in `Illuminate\Foundation\Console\StorageLinkCommand` ([#36470](https://github.com/laravel/framework/pull/36470))


## [v6.20.17 (2021-03-02)](https://github.com/laravel/framework/compare/v6.20.16...v6.20.17)
Expand Down

0 comments on commit bbb6b97

Please sign in to comment.