Update CHANGELOG
This commit is contained in:
parent
d18332bdef
commit
e5e46b4293
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,6 +1,14 @@
|
||||||
# Release Notes
|
# 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
|
## [v9.3.4](https://github.com/laravel/laravel/compare/v9.3.3...v9.3.4) - 2022-08-15
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue