Skip to content

Commit 1c2b19c

Browse files
committed
[8.x] update changelog
1 parent ebab042 commit 1c2b19c

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG-8.x.md

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

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

521

622
## [v8.67.0 (2021-10-22)](https://github.com/laravel/framework/compare/v8.66.0...v8.67.0)

0 commit comments

Comments
 (0)