Skip to content

Commit 8549151

Browse files
committed
[9.x] Added changelog
1 parent 43622bd commit 8549151

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v9.27.0...9.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v9.28.0...9.x)
4+
5+
6+
## [v9.28.0](https://github.com/laravel/framework/compare/v9.27.0...v9.28.0) - 2022-09-06
7+
8+
### Added
9+
- Added view data assertions to TestView ([#43923](https://github.com/laravel/framework/pull/43923))
10+
- Added `Illuminate/Routing/Redirector::getIntendedUrl()` ([#43938](https://github.com/laravel/framework/pull/43938))
11+
- Added Eloquent mode to prevent prevently silently discarding fills for attributes not in $fillable ([#43893](https://github.com/laravel/framework/pull/43893))
12+
- Added `Illuminate/Testing/PendingCommand::assertOk()` ([#43968](https://github.com/laravel/framework/pull/43968))
13+
- Make Application macroable ([#43966](https://github.com/laravel/framework/pull/43966))
14+
- Introducing Signal Traps ([#43933](https://github.com/laravel/framework/pull/43933))
15+
- Allow registering instances of commands ([#43986](https://github.com/laravel/framework/pull/43986))
16+
- Support Enumerable in Stringable ([#44012](https://github.com/laravel/framework/pull/44012))
17+
18+
### Fixed
19+
- Fixed RoueGroup::merge to format merged prefixes correctly. ([#44011](https://github.com/laravel/framework/pull/44011))
20+
- Fixes providesTemporaryUrls on AwsS3V3Adapter ([#44009](https://github.com/laravel/framework/pull/44009))
21+
- Fix ordering of stylesheets when using @vite ([#43962](https://github.com/laravel/framework/pull/43962))
22+
23+
### Changed
24+
- Allow invokable rules to specify custom messsages ([#43925](https://github.com/laravel/framework/pull/43925))
25+
- Support objects like GMP for custom Model casts ([#43959](https://github.com/laravel/framework/pull/43959))
26+
- Default 404 message on denyAsNotFound ([#43901](https://github.com/laravel/framework/pull/43901))
27+
- Changed `Illuminate/Container/Container::resolvePrimitive()` for isVariadic() ([#43985](https://github.com/laravel/framework/pull/43985))
28+
- Allow validator messages to use nested arrays ([#43981](https://github.com/laravel/framework/pull/43981))
29+
- Ensure freezeUuids always resets UUID creation after exception in callback ([#44018](https://github.com/laravel/framework/pull/44018))
430

531

632
## [v9.27.0](https://github.com/laravel/framework/compare/v9.26.1...v9.27.0) - 2022-08-30

0 commit comments

Comments
 (0)