From 625f4f7b5b29a5cae5ea5ad81a01f73ad555f8bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kru=CC=88ss?= Date: Fri, 9 Feb 2018 08:44:05 -0800 Subject: [PATCH] tag v5.6.3 release notes --- CHANGELOG-5.6.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG-5.6.md b/CHANGELOG-5.6.md index 0b338e411233..e495c1d1d6ad 100644 --- a/CHANGELOG-5.6.md +++ b/CHANGELOG-5.6.md @@ -1,5 +1,12 @@ # Release Notes for 5.6.x +## v5.6.3 (2018-02-09) + +### Fixed +- Fixed an issue in `TestResponse::assertSessionHasErrors()` ([#23093](https://github.com/laravel/framework/pull/23093)) +- Update Vue and React presets to Bootstrap v4 ([8a9c5c4](https://github.com/laravel/framework/commit/8a9c5c45388fda18aaa5564be131a3144c38b9ce)) + + ## v5.6.2 (2018-02-08) ### Changed