From 5c79528f9630321f92e84c83cc7961cfb907930a Mon Sep 17 00:00:00 2001 From: Tetiana Blindaruk Date: Wed, 23 Jun 2021 20:50:08 +0300 Subject: [PATCH] [6.x] update changelog --- CHANGELOG-6.x.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-6.x.md b/CHANGELOG-6.x.md index 4a4bcdf2427d..767515b2d1c8 100644 --- a/CHANGELOG-6.x.md +++ b/CHANGELOG-6.x.md @@ -1,6 +1,12 @@ # Release Notes for 6.x -## [Unreleased](https://github.com/laravel/framework/compare/v6.20.28...6.x) +## [Unreleased](https://github.com/laravel/framework/compare/v6.20.29...6.x) + + +## [v6.20.29 (2021-06-22)](https://github.com/laravel/framework/compare/v6.20.28...v6.20.29) + +### Changed +- Removed unnecessary checks in RequiredIf validation, fixed tests ([#37700](https://github.com/laravel/framework/pull/37700)) ## [v6.20.28 (2021-06-15)](https://github.com/laravel/framework/compare/v6.20.27...v6.20.28)