Skip to content

Commit ebab042

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

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.66.0...8.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v8.67.0...8.x)
4+
5+
6+
## [v8.67.0 (2021-10-22)](https://github.com/laravel/framework/compare/v8.66.0...v8.67.0)
7+
8+
### Added
9+
- Added support for MariaDB to skip locked rows with the database queue driver ([#39311](https://github.com/laravel/framework/pull/39311))
10+
- Added PHP 8.1 Support ([#39034](https://github.com/laravel/framework/pull/39034))
11+
12+
### Fixed
13+
- Fixed translation bug ([#39298](https://github.com/laravel/framework/pull/39298))
14+
- Fixed Illuminate/Database/DetectsConcurrencyErrors::causedByConcurrencyError() when code is intager ([#39280](https://github.com/laravel/framework/pull/39280))
15+
- Fixed unique bug in Bus ([#39302](https://github.com/laravel/framework/pull/39302))
16+
17+
### Changed
18+
- Only select related columns by default in CanBeOneOfMany::ofMany ([#39307](https://github.com/laravel/framework/pull/39307))
419

520

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

0 commit comments

Comments
 (0)