Skip to content

Commit 6ba2ccb

Browse files
committed
[10.x] Update CHANGELOG.md
1 parent ae497d9 commit 6ba2ccb

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v10.13.1...10.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v10.13.2...10.x)
4+
5+
6+
## [v10.13.2 (2023-06-05)](https://github.com/laravel/framework/compare/v10.13.1...v10.13.2)
7+
8+
### Added
9+
- Added `Illuminate/Http/Client/PendingRequest::replaceHeaders()` ([#47335](https://github.com/laravel/framework/pull/47335))
10+
- Added `Illuminate/Notifications/Messages/MailMessage::attachMany()` ([#47345](https://github.com/laravel/framework/pull/47345))
11+
12+
### Reverted
13+
- Revert "[10.x] Remove session on authenticatable deletion v2" ([#47354](https://github.com/laravel/framework/pull/47354))
14+
15+
### Fixed
16+
- Fixes usage of Redis::many() with empty array ([#47307](https://github.com/laravel/framework/pull/47307))
17+
- Fix mapped renderable exception handling ([#47347](https://github.com/laravel/framework/pull/47347))
18+
- Avoid duplicates in fillable/guarded on merge in Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php ([#47351](https://github.com/laravel/framework/pull/47351))
19+
20+
### Changed
21+
- Update Kernel::load() to use same classFromFile logic as events ([#47327](https://github.com/laravel/framework/pull/47327))
22+
- Remove redundant 'setAccessible' methods ([#47348](https://github.com/laravel/framework/pull/47348))
423

524

625
## [v10.13.1 (2023-06-02)](https://github.com/laravel/framework/compare/v10.13.0...v10.13.1)

0 commit comments

Comments
 (0)