Skip to content

Commit c3d79bc

Browse files
committed
[8.x] update changelog
1 parent 2053c89 commit c3d79bc

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG-8.x.md

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

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))
419

520

621
## [v8.65.0 (2021-10-19)](https://github.com/laravel/framework/compare/v8.64.0...v8.65.0)

0 commit comments

Comments
 (0)