Update CHANGELOG

This commit is contained in:
driesvints 2022-08-23 15:04:04 +00:00 committed by github-actions[bot]
parent d18332bdef
commit e5e46b4293
1 changed files with 9 additions and 1 deletions

View File

@ -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