From ff696f4a6619a398c715dc86142a6bffd15173ca Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 20 Sep 2022 14:59:49 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18d99ed3..f62f10e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.3.7...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.3.8...9.x) + +## [v9.3.8](https://github.com/laravel/laravel/compare/v9.3.7...v9.3.8) - 2022-09-20 + +### Changed + +- Validation added `required_if_accepted` by @luisprmat in https://github.com/laravel/laravel/pull/5987 ## [v9.3.7](https://github.com/laravel/laravel/compare/v9.3.6...v9.3.7) - 2022-09-02