From b54ef297b3c723c8438596c6e6afef93a7458b98 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 9 Nov 2020 14:36:40 -0600 Subject: [PATCH 1/2] add auth line --- resources/lang/en/auth.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/en/auth.php b/resources/lang/en/auth.php index e5506df2..6598e2c0 100644 --- a/resources/lang/en/auth.php +++ b/resources/lang/en/auth.php @@ -14,6 +14,7 @@ */ 'failed' => 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', ]; From 3d7a5075e7db93a7df89c983c95d9016f448d3f9 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 10 Nov 2020 15:57:51 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abd339dc..9543d618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v8.4.0...8.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v8.4.1...8.x) + + +## [v8.4.1 (2020-11-10)](https://github.com/laravel/laravel/compare/v8.4.0...v8.4.1) + +### Changed +- Add auth line ([b54ef29](https://github.com/laravel/laravel/commit/b54ef297b3c723c8438596c6e6afef93a7458b98)) ## [v8.4.0 (2020-10-30)](https://github.com/laravel/laravel/compare/v8.3.0...v8.4.0)