From 8f63479d4487915b6dc62cb2f576289ed4cd0b96 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Wed, 20 Oct 2021 15:15:52 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df7923e8..13a6f08e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v8.6.3...8.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v8.6.4...8.x) + + +## [v8.6.4 (2021-10-20)](https://github.com/laravel/laravel/compare/v8.6.3...v8.6.4) + +### Changed +- Log deprecations instead of treating them as exceptions ([#5711](https://github.com/laravel/laravel/pull/5711)) ## [v8.6.3 (2021-10-05)](https://github.com/laravel/laravel/compare/v8.6.2...v8.6.3)