From 52b741c79b6a8a4a6b900231203561f48af35b1c Mon Sep 17 00:00:00 2001 From: driesvints Date: Thu, 15 Dec 2022 14:58:31 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a32e0b4c..a62b64a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.3.12...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.4.0...9.x) + +## [v9.4.0](https://github.com/laravel/laravel/compare/v9.3.12...v9.4.0) - 2022-12-15 + +### Added + +- Vite 4 support by @timacdonald in https://github.com/laravel/laravel/pull/6043 + +### Changed + +- Add ulid and ascii validation message by @nshiro in https://github.com/laravel/laravel/pull/6046 ## [v9.3.12](https://github.com/laravel/laravel/compare/v9.3.11...v9.3.12) - 2022-11-22