From e5e46b4293104e95afdceb973c1e660541259177 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 23 Aug 2022 15:04:04 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ef28ac0..6398cdaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.3.4...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.3.5...9.x) + +## [v9.3.5](https://github.com/laravel/laravel/compare/v9.3.4...v9.3.5) - 2022-08-22 + +### Changed + +- `max_digits` and `min_digits` validation translations by @danharrin in https://github.com/laravel/laravel/pull/5975 +- Use short closure by @taylorotwell in https://github.com/laravel/laravel/commit/7b17f5f32623c2ee75f2bff57a42bb8f180ac779 +- Use except by @taylorotwell in https://github.com/laravel/laravel/commit/e2e25f607a894427d6545f611ad3c8d94d022e9d ## [v9.3.4](https://github.com/laravel/laravel/compare/v9.3.3...v9.3.4) - 2022-08-15