File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-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.82.0...8.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v8.83.1...8.x )
4
+
5
+
6
+ ## [ v8.83.1 (2022-02-15)] ( https://github.com/laravel/framework/compare/v8.83.0...v8.83.1 )
7
+
8
+ ### Added
9
+ - Add firstOr() function to BelongsToMany relation ([ #40828 ] ( https://github.com/laravel/framework/pull/40828 ) )
10
+ - Catch suppressed deprecation logs ([ #40942 ] ( https://github.com/laravel/framework/pull/40942 ) )
11
+ - Add doesntContain to higher order proxies ([ #41034 ] ( https://github.com/laravel/framework/pull/41034 ) )
12
+
13
+ ### Fixed
14
+ - Fix replacing request options ([ #40954 ] ( https://github.com/laravel/framework/pull/40954 ) , [ 30e341b] ( https://github.com/laravel/framework/commit/30e341b7fe4e4d9019df42b7eff6c7dfa5ea30e5 ) )
15
+ - Fix isRelation() failing to check an Attribute ([ #40967 ] ( https://github.com/laravel/framework/pull/40967 ) )
16
+ - Fix enum casts arrayable behaviour ([ #40999 ] ( https://github.com/laravel/framework/pull/40999 ) )
4
17
5
18
6
19
## [ v8.82.0 (2022-02-01)] ( https://github.com/laravel/framework/compare/v8.81.0...v8.82.0 )
You can’t perform that action at this time.
0 commit comments