Skip to content

Commit 00cdf85

Browse files
committed
[8.x] update changelog
1 parent 411d524 commit 00cdf85

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG-8.x.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v8.81.0...8.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v8.82.0...8.x)
4+
5+
6+
## [v8.82.0 (2022-02-01)](https://github.com/laravel/framework/compare/v8.81.0...v8.82.0)
7+
8+
### Added
9+
- Added class and method to create cross joined sequences for factories ([#40542](https://github.com/laravel/framework/pull/40542))
10+
- Added Transliterate shortcut to the Str helper ([#40681](https://github.com/laravel/framework/pull/40681))
11+
- Added array_keys validation rule ([#40720](https://github.com/laravel/framework/pull/40720))
12+
13+
### Fixed
14+
- Prevent job serialization error in Queue ([#40625](https://github.com/laravel/framework/pull/40625))
15+
- Fixed autoresolving model name from factory ([#40616](https://github.com/laravel/framework/pull/40616))
16+
- Fixed : strtotime Epoch doesn't fit in PHP int ([#40690](https://github.com/laravel/framework/pull/40690))
17+
- Fixed Stringable ucsplit ([#40694](https://github.com/laravel/framework/pull/40694), [#40699](https://github.com/laravel/framework/pull/40699))
18+
19+
### Changed
20+
- Server command: Allow xdebug auto-connect to listener feature ([#40673](https://github.com/laravel/framework/pull/40673))
21+
- respect null driver in `QueueServiceProvider` ([9435827](https://github.com/laravel/framework/commit/9435827014ca289213f2bcf64847f5c5959bb652), [56d433a](https://github.com/laravel/framework/commit/56d433aaec40e8383f28e8f0e835cd977845fcde))
22+
- Allow to push and prepend config values on new keys ([#40723](https://github.com/laravel/framework/pull/40723))
423

524

625
## [v8.81.0 (2022-01-25)](https://github.com/laravel/framework/compare/v8.80.0...v8.81.0)

0 commit comments

Comments
 (0)