Skip to content

Commit

Permalink
[7.x] update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlindaruk committed Jul 15, 2020
1 parent d3d36f0 commit 1ab0409
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG-7.x.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Release Notes for 7.x

## [Unreleased](https://github.com/laravel/framework/compare/v7.19.1...7.x)
## [Unreleased](https://github.com/laravel/framework/compare/v7.20.0...7.x)

### Fixed
- Fixed `Illuminate/Redis/Connections/PhpRedisConnection::*scan()` returns ([d3d36f0](https://github.com/laravel/framework/commit/d3d36f059ef1c56e17d8e434e9fd3dfd6cbe6e53))


## [v7.20.0 (2020-07-14)](https://github.com/laravel/framework/compare/v7.19.1...v7.20.0)

### Added
- Added `Illuminate\Database\Schema\ForeignKeyDefinition::cascadeOnUpdate()` ([#33522](https://github.com/laravel/framework/pull/33522))

### Changed
- Apply model connection name to Database validation rules ([#33525](https://github.com/laravel/framework/pull/33525))
- Allow calling invokable classes using FQN in `Illuminate\Container\BoundMethod.php::call()` ([#33535](https://github.com/laravel/framework/pull/33535))


## [v7.19.1 (2020-07-10)](https://github.com/laravel/framework/compare/v7.19.0...v7.19.1)
Expand Down

0 comments on commit 1ab0409

Please sign in to comment.