File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-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.65.0...8.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v8.66.0...8.x )
4
+
5
+
6
+ ## [ v8.66.0 (2021-10-21)] ( https://github.com/laravel/framework/compare/v8.65.0...v8.66.0 )
7
+
8
+ ### Added
9
+ - Added withoutDeprecationHandling to testing ([ #39261 ] ( https://github.com/laravel/framework/pull/39261 ) )
10
+ - Added method for on-demand log creation ([ #39273 ] ( https://github.com/laravel/framework/pull/39273 ) )
11
+ - Added dateTime to columns that don't need character options ([ #39269 ] ( https://github.com/laravel/framework/pull/39269 ) )
12
+ - Added ` AssertableJson::hasAny ` ([ #39265 ] ( https://github.com/laravel/framework/pull/39265 ) )
13
+ - Added ` Arr::isList() ` method ([ #39277 ] ( https://github.com/laravel/framework/pull/39277 ) )
14
+ - Apply withoutGlobalScope in CanBeOneOfMany subqueries ([ #39295 ] ( https://github.com/laravel/framework/pull/39295 ) )
15
+ - Added ` Illuminate/Support/Testing/Fakes/BusFake::assertNothingDispatched() ` ([ #39286 ] ( https://github.com/laravel/framework/pull/39286 ) )
16
+
17
+ ### Reverted
18
+ - Revert [ "[ 8.x] Add gate policy callback"] ( https://github.com/laravel/framework/pull/39185 ) ([ #39290 ] ( https://github.com/laravel/framework/pull/39290 ) )
4
19
5
20
6
21
## [ v8.65.0 (2021-10-19)] ( https://github.com/laravel/framework/compare/v8.64.0...v8.65.0 )
You can’t perform that action at this time.
0 commit comments