Skip to content

Commit 47691b9

Browse files
committed
[9.x] Added changelog
1 parent 6697b4d commit 47691b9

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

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

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))
424

525

626
## [v9.32.0](https://github.com/laravel/framework/compare/v9.31.0...v9.32.0) - 2022-09-27

0 commit comments

Comments
 (0)