Skip to content

Commit 361bd5d

Browse files
committed
[9.x] Update changelog
1 parent dc542d6 commit 361bd5d

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v9.36.3...9.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v9.36.4...9.x)
4+
5+
6+
## [v9.36.4](https://github.com/laravel/framework/compare/v9.36.3...v9.36.4) - 2022-10-20
7+
8+
### Added
9+
- Added rawValue to Database Query Builder (and Eloquent as wrapper) ([#44631](https://github.com/laravel/framework/pull/44631))
10+
- Added TransactionCommitting ([#44608](https://github.com/laravel/framework/pull/44608))
11+
- Added dontIncludeSource to CliDumper and HtmlDumper ([#44623](https://github.com/laravel/framework/pull/44623))
12+
- Added `Illuminate/Filesystem/FilesystemAdapter::checksum()` ([#44660](https://github.com/laravel/framework/pull/44660))
13+
- Added handlers for silently discarded and missing attribute violations ([#44664](https://github.com/laravel/framework/pull/44664))
14+
15+
### Reverted
16+
- Reverted ["Let MustVerifyEmail to be used on models without id as primary key"](https://github.com/laravel/framework/pull/44613) ([#44672](https://github.com/laravel/framework/pull/44672))
17+
18+
### Changed
19+
- Create new Json ParameterBag Instance when cloning Request ([#44671](https://github.com/laravel/framework/pull/44671))
20+
- Prevents booting providers when running env:decrypt ([#44654](https://github.com/laravel/framework/pull/44654))
421

522

623
## [v9.36.3](https://github.com/laravel/framework/compare/v9.36.2...v9.36.3) - 2022-10-19

0 commit comments

Comments
 (0)