From 2260f6528980da60f5edaab6cb5a981cd9dccd87 Mon Sep 17 00:00:00 2001 From: Tetiana Blindaruk Date: Thu, 20 Sep 2018 16:43:45 +0300 Subject: [PATCH] [5.7] update CHANGELOG-5.7.md style as it was in CHANGELOG-5.6.md (#25708) --- CHANGELOG-5.7.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG-5.7.md b/CHANGELOG-5.7.md index ac2fe799c133..d72c809d6512 100644 --- a/CHANGELOG-5.7.md +++ b/CHANGELOG-5.7.md @@ -15,6 +15,7 @@ ### Changed - Remove `Hash::check()` for password verification ([#25677](https://github.com/laravel/framework/pull/25677)) + ## v5.7.3 (2018-09-11) ### Changed @@ -40,6 +41,7 @@ ### Deprecated - Make `ensureOutputIsBeingCapturedForEmail` method deprecated in `Illuminate/Console/Scheduling/Event.php` + ## v5.7.2 (2018-09-06) ### Added @@ -59,6 +61,7 @@ - Do not send email verification if user is already verified ([#25450](https://github.com/laravel/framework/pull/25450)) - Fixed required carbon version ([#394f79f9a6651b103f6e065cb4470b4b347239ea](https://github.com/laravel/framework/commit/394f79f9a6651b103f6e065cb4470b4b347239ea)) + ## v5.7.1 (2018-09-04) ### Fixed