Skip to content

Commit 2af2b3c

Browse files
committed
[9.x] Update changelog
1 parent f2c51fd commit 2af2b3c

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Release Notes for 9.x
22

3-
## [Unreleased](https://github.com/laravel/framework/compare/v9.44.0...9.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v9.45.0...9.x)
4+
5+
6+
## [v9.45.0](https://github.com/laravel/framework/compare/v9.44.0...v9.45.0) - 2022-12-20
7+
8+
### Added
9+
- Allows the registration of custom, root-level anonymous component search paths. ([#45338](https://github.com/laravel/framework/pull/45338), [1ff0379](https://github.com/laravel/framework/commit/1ff0379d203ac836c3eeae567cc07b99c352b1e7))
10+
- Added decimal validation rule ([#45356](https://github.com/laravel/framework/pull/45356), [e89b2b0](https://github.com/laravel/framework/commit/e89b2b0bd0e43b8aecd72a55c546288576bb0370))
11+
- Added align property to button mail component ([#45362](https://github.com/laravel/framework/pull/45362))
12+
- Added whereUlid(param) support for routing ([#45372](https://github.com/laravel/framework/pull/45372))
13+
14+
### Fixed
15+
- Fixed single line @php statements to not be parsed as php blocks in BladeCompiler ([#45333](https://github.com/laravel/framework/pull/45333))
16+
- Added missing code to set locale from model preferred locale in Maillable ([#45308](https://github.com/laravel/framework/pull/45308))
17+
18+
### Changed
19+
- Vite: ability to prevent preload tag generation from attribute resolver callback ([#45283](https://github.com/laravel/framework/pull/45283))
20+
- Deprecation Test Improvements ([#45317](https://github.com/laravel/framework/pull/45317))
21+
- Do not allow nested arrays in whereIn method ([140c3a8](https://github.com/laravel/framework/commit/140c3a81d261669d0785aebe2599aed99991e890))
22+
- Bump ramsey/uuid ([#45367](https://github.com/laravel/framework/pull/45367))
423

524

625
## [v9.44.0](https://github.com/laravel/framework/compare/v9.43.0...v9.44.0) - 2022-12-15

0 commit comments

Comments
 (0)