From dc68b3d2f4d56237e3b825d943faf8a0dea4f2fa Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 7 Jan 2020 22:08:02 +0000 Subject: [PATCH] Fixed missleading change log entry --- CHANGELOG-6.x.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG-6.x.md b/CHANGELOG-6.x.md index cc29e8a9cdf9..0d6b992ac033 100644 --- a/CHANGELOG-6.x.md +++ b/CHANGELOG-6.x.md @@ -8,7 +8,7 @@ ### Added - Added `withoutMix()` and `withMix()` test helpers ([#30900](https://github.com/laravel/framework/pull/30900)) - Added `validateWithBag()` macro to `Request` ([#30896](https://github.com/laravel/framework/pull/30896)) -- Added PHPUnit 9 support ([#30947](https://github.com/laravel/framework/pull/30947)) +- Added PHPUnit 9 support ([#30947](https://github.com/laravel/framework/pull/30947), [#30989](https://github.com/laravel/framework/pull/30989)) - Added `exclude_if` and `exclude_unless` validation rules ([#30835](https://github.com/laravel/framework/pull/30835), [c0fdb56](https://github.com/laravel/framework/commit/c0fdb566831b7ebf34a15bbdfec81dd0039c76f0)) - Added generated columns (virtual/stored) support for PostgreSQL ([#30971](https://github.com/laravel/framework/pull/30971)) - Added `mixin` support to Eloquent builder ([#30978](https://github.com/laravel/framework/pull/30978), [28fa74e](https://github.com/laravel/framework/commit/28fa74e8222a57118ae1b590101a35f63b964f81)) @@ -24,7 +24,6 @@ - Used `league/commonmark` instead of `erusev/parsedown` for mail markdown ([#30982](https://github.com/laravel/framework/pull/30982)) - Regenerate token on logout ([b2af428](https://github.com/laravel/framework/commit/b2af428e60188ea55fb06f3a1e0b0b0c690bbe86)) - Make `RedisQueue::getConnection()` public ([#31016](https://github.com/laravel/framework/pull/31016)) -- Delete dependency `graham-campbell/testbench-core` ([#30989](https://github.com/laravel/framework/pull/30989)) - Resolve `Faker\Generator` out of the container if it is bound ([#30992](https://github.com/laravel/framework/pull/30992)) ### Fixed