Skip to content

Commit 76c4a6a

Browse files
committed
[10.x] Update CHANGELOG.md
1 parent 1081dc6 commit 76c4a6a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v10.5.1...10.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v10.6.0...10.x)
4+
5+
6+
## [v10.6.0 (2023-04-04)](https://github.com/laravel/framework/compare/v10.5.1...v10.6.0)
7+
8+
### Added
9+
- Added ability to set a custom class for the AsCollection and AsEncryptedCollection casts ([#46619](https://github.com/laravel/framework/pull/46619))
10+
11+
### Changed
12+
- Set container instance on session manager ([#46621](https://github.com/laravel/framework/pull/46621))
13+
- Added empty string definition to Str::squish function ([#46660](https://github.com/laravel/framework/pull/46660))
14+
- Allow $sleepMilliseconds parameter receive a Closure in retry method from PendingRequest ([#46653](https://github.com/laravel/framework/pull/46653))
15+
- Support contextual binding on first class callables ([de8d515](https://github.com/laravel/framework/commit/de8d515fc6d1fabc8f14450342554e0eb67df725), [e511a3b](https://github.com/laravel/framework/commit/e511a3bdb15c294866428b4fe665a4ad14540038))
416

517

618
## [v10.5.1 (2023-03-29)](https://github.com/laravel/framework/compare/v10.5.0...v10.5.1)

0 commit comments

Comments
 (0)