Skip to content

Commit 1ab0409

Browse files
committed
[7.x] update changelog
1 parent d3d36f0 commit 1ab0409

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG-7.x.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v7.19.1...7.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v7.20.0...7.x)
4+
5+
### Fixed
6+
- Fixed `Illuminate/Redis/Connections/PhpRedisConnection::*scan()` returns ([d3d36f0](https://github.com/laravel/framework/commit/d3d36f059ef1c56e17d8e434e9fd3dfd6cbe6e53))
7+
8+
9+
## [v7.20.0 (2020-07-14)](https://github.com/laravel/framework/compare/v7.19.1...v7.20.0)
10+
11+
### Added
12+
- Added `Illuminate\Database\Schema\ForeignKeyDefinition::cascadeOnUpdate()` ([#33522](https://github.com/laravel/framework/pull/33522))
13+
14+
### Changed
15+
- Apply model connection name to Database validation rules ([#33525](https://github.com/laravel/framework/pull/33525))
16+
- Allow calling invokable classes using FQN in `Illuminate\Container\BoundMethod.php::call()` ([#33535](https://github.com/laravel/framework/pull/33535))
417

518

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

0 commit comments

Comments
 (0)