File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for 9.x
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/framework/compare/v9.32.0...9.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v9.33.0...9.x )
4
+
5
+
6
+ ## [ v9.33.0] ( https://github.com/laravel/framework/compare/v9.32.0...v9.33.0 ) - 2022-09-30
7
+
8
+ ### Added
9
+ - Added ` Illuminate/Support/Testing/Fakes/MailFake::cc() ` ([ #44319 ] ( https://github.com/laravel/framework/pull/44319 ) )
10
+ - Added Ignore Case of Str::contains and Str::containsAll to Stringable contains and containsAll ([ #44369 ] ( https://github.com/laravel/framework/pull/44369 ) )
11
+ - Added missing morphs methods for the ULID support ([ #44364 ] ( https://github.com/laravel/framework/pull/44364 ) )
12
+ - Introduce Laravel Precognition ([ #44339 ] ( https://github.com/laravel/framework/pull/44339 ) )
13
+ - Added ` Illuminate/Routing/Route::flushController() ` ([ #44386 ] ( https://github.com/laravel/framework/pull/44386 ) )
14
+
15
+ ### Fixed
16
+ - Fixes memory leak on PHPUnit's Annotations registry ([ #44324 ] ( https://github.com/laravel/framework/pull/44324 ) , [ #44336 ] ( https://github.com/laravel/framework/pull/44336 ) )
17
+ - Fixed ` Illuminate/Filesystem/FilesystemAdapter::url() ` with config ` prefix ` ([ #44330 ] ( https://github.com/laravel/framework/pull/44330 ) )
18
+ - Fixed the "Implicit conversion from float to int loses precision" error in Timebox Class ([ #44357 ] ( https://github.com/laravel/framework/pull/44357 ) )
19
+
20
+ ### Changed
21
+ - Improves dd source on compiled views ([ #44347 ] ( https://github.com/laravel/framework/pull/44347 ) )
22
+ - Only prints source on dd calls from dump.php ([ #44367 ] ( https://github.com/laravel/framework/pull/44367 ) )
23
+ - Ensures a Carbon version that supports PHP 8.2 ([ #44374 ] ( https://github.com/laravel/framework/pull/44374 ) )
4
24
5
25
6
26
## [ v9.32.0] ( https://github.com/laravel/framework/compare/v9.31.0...v9.32.0 ) - 2022-09-27
You can’t perform that action at this time.
0 commit comments