Skip to content

Commit 02d1009

Browse files
committed
[9.x] Added changelog
1 parent 3b85dc7 commit 02d1009

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v9.16.0...9.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v9.17.0...9.x)
4+
5+
6+
## [v9.17.0](https://github.com/laravel/framework/compare/v9.16.0...v9.17.0) - 2022-06-07
7+
8+
### Added
9+
- Added Illuminate/Database/Eloquent/Builder::withoutEagerLoad() ([#42641](https://github.com/laravel/framework/pull/42641))
10+
- Allow random string generation to be controlled ([#42669](https://github.com/laravel/framework/pull/42669))
11+
- Adds doesnt_start_with validation ([#42683](https://github.com/laravel/framework/pull/42683), [de35bf2](https://github.com/laravel/framework/commit/de35bf2a8ab40013d997c62b5a80cdb907c73b99))
12+
- Added quarterlyOn cron schedule frequency command ([#42692](https://github.com/laravel/framework/pull/42692))
13+
14+
### Fixed
15+
- Free reserved memory before handling fatal errors ([#42630](https://github.com/laravel/framework/pull/42630), [#42646](https://github.com/laravel/framework/pull/42646))
16+
- Prevent $mailer being reset when testing mailables that implement ShouldQueue ([#42695](https://github.com/laravel/framework/pull/42695))
17+
- Added checks for Pusher 7.1 preps ([#42632](https://github.com/laravel/framework/pull/42632))
18+
- Fixed grouping for user authorization ([#42664](https://github.com/laravel/framework/pull/42664))
19+
20+
### Changed
21+
- Allow assertions against pushed string based pushed jobs ([#42676](https://github.com/laravel/framework/pull/42676))
422

523

624
## [v9.16.0](https://github.com/laravel/framework/compare/v9.15.0...v9.16.0) - 2022-06-02

0 commit comments

Comments
 (0)