File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-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.67.0...8.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v8.68.0...8.x )
4
+
5
+
6
+ ## [ v8.68.0 (2021-10-26)] ( https://github.com/laravel/framework/compare/v8.67.0...v8.68.0 )
7
+
8
+ ### Added
9
+ - Added ThrottleRequestsWithRedis to $middlewarePriority ([ #39316 ] ( https://github.com/laravel/framework/pull/39316 ) )
10
+ - Added ` Illuminate/Database/Schema/ForeignKeyDefinition::restrictOnUpdate() ` ([ #39350 ] ( https://github.com/laravel/framework/pull/39350 ) )
11
+ - Added ` ext-bcmath ` as an extension suggestion to the composer.json ([ #39360 ] ( https://github.com/laravel/framework/pull/39360 ) )
12
+ - Added ` TestResponse::dd ` ([ #39359 ] ( https://github.com/laravel/framework/pull/39359 ) )
13
+
14
+ ### Fixed
15
+ - TaggedCache flush should also remove tags from cache ([ #39299 ] ( https://github.com/laravel/framework/pull/39299 ) )
16
+ - Fixed model serialization on anonymous components ([ #39319 ] ( https://github.com/laravel/framework/pull/39319 ) )
17
+
18
+ ### Changed
19
+ - Changed to Guess database factory model by default ([ #39310 ] ( https://github.com/laravel/framework/pull/39310 ) )
4
20
5
21
6
22
## [ v8.67.0 (2021-10-22)] ( https://github.com/laravel/framework/compare/v8.66.0...v8.67.0 )
You can’t perform that action at this time.
0 commit comments