File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-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.1...8.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v8.83.2...8.x )
4
+
5
+
6
+ ## [ v8.83.2 (2022-02-22)] ( https://github.com/laravel/framework/compare/v8.83.1...v8.83.2 )
7
+
8
+ ### Added
9
+ - Added support of Bitwise opperators in query ([ #41112 ] ( https://github.com/laravel/framework/pull/41112 ) )
10
+
11
+ ### Fixed
12
+ - Fixes attempt to log deprecations on mocks ([ #41057 ] ( https://github.com/laravel/framework/pull/41057 ) )
13
+ - Fixed loadAggregate not correctly applying casts ([ #41108 ] ( https://github.com/laravel/framework/pull/41108 ) )
14
+ - Fixed updated with provided qualified updated_at ([ #41133 ] ( https://github.com/laravel/framework/pull/41133 ) )
15
+ - Fixed database migrations $connection property ([ #41161 ] ( https://github.com/laravel/framework/pull/41161 ) )
4
16
5
17
6
18
## [ v8.83.1 (2022-02-15)] ( https://github.com/laravel/framework/compare/v8.83.0...v8.83.1 )
You can’t perform that action at this time.
0 commit comments