Skip to content

Commit 9cd734c

Browse files
committed
[10.x] Update CHANGELOG.md
1 parent 3507812 commit 9cd734c

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v10.8.0...10.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v10.9.0...10.x)
4+
5+
6+
## [v10.9.0 (2023-04-25)](https://github.com/laravel/framework/compare/v10.8.0...v10.9.0)
7+
8+
### Added
9+
- Add new HTTP status assertions ([#46841](https://github.com/laravel/framework/pull/46841))
10+
- Allow pruning all cancelled and unfinished queue batches ([#46833](https://github.com/laravel/framework/pull/46833))
11+
- Added `IGNITION_LOCAL_SITES_PATH` to `$passthroughVariables` in `ServeCommand.php` ([#46857](https://github.com/laravel/framework/pull/46857))
12+
- Added named static methods for middleware ([#46362](https://github.com/laravel/framework/pull/46362))
13+
14+
### Fixed
15+
- Fix date_format rule throw ValueError ([#46824](https://github.com/laravel/framework/pull/46824))
16+
17+
### Changed
18+
- Allow separate directory for locks on filestore ([#46811](https://github.com/laravel/framework/pull/46811))
19+
- Allow to whereMorphedTo work with null model ([#46821](https://github.com/laravel/framework/pull/46821))
20+
- Use pivot model fromDateTime instead of assuming Carbon in `Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithPivotTable::addTimestampsToAttachment()` ([#46822](https://github.com/laravel/framework/pull/46822))
21+
- Make rules method in FormRequest optional ([#46846](https://github.com/laravel/framework/pull/46846))
22+
- Throw LogicException when calling FileFactory@image() if mimetype is not supported ([#46859](https://github.com/laravel/framework/pull/46859))
23+
- Improve job release method to accept date instance ([#46854](https://github.com/laravel/framework/pull/46854))
24+
- Use foreignUlid if model uses HasUlids trait when call foreignIdFor ([#46876](https://github.com/laravel/framework/pull/46876))
425

526

627
## [v10.8.0 (2023-04-18)](https://github.com/laravel/framework/compare/v10.7.1...v10.8.0)

0 commit comments

Comments
 (0)