File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for 8.x
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/framework/compare/v8.83.16...8.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v8.83.17...8.x )
4
+
5
+
6
+ ## [ v8.83.17 (2022-06-21)] ( https://github.com/laravel/framework/compare/v8.83.16...v8.83.17 )
7
+
8
+ ### Added
9
+ - Apply where's from union query builder in cursor pagination ([ #42651 ] ( https://github.com/laravel/framework/pull/42651 ) )
10
+ - Handle collection creation around a single enum ([ #42839 ] ( https://github.com/laravel/framework/pull/42839 ) )
11
+
12
+ ### Fixed
13
+ - Fixed Request offsetExists without routeResolver ([ #42754 ] ( https://github.com/laravel/framework/pull/42754 ) )
14
+ - Fixed: Loose comparison causes the value not to be saved ([ #42793 ] ( https://github.com/laravel/framework/pull/42793 ) )
4
15
5
16
6
17
## [ v8.83.16 (2022-06-07)] ( https://github.com/laravel/framework/compare/v8.83.15...v8.83.16 )
You can’t perform that action at this time.
0 commit comments