Skip to content

Commit 78d6ba0

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

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG-8.x.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v8.68.0...8.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v8.68.1...8.x)
4+
5+
6+
## [v8.68.1 (2021-10-27)](https://github.com/laravel/framework/compare/v8.68.0...v8.68.1)
7+
8+
### Reverted
9+
- Reverted ["Added support for MariaDB to skip locked rows with the database queue driver"](https://github.com/laravel/framework/pull/39311) ([#39386](https://github.com/laravel/framework/pull/39386))
10+
11+
### Fixed
12+
- Fixed code to address different connection strings for MariaDB in the database queue driver ([#39374](https://github.com/laravel/framework/pull/39374))
13+
- Fixed rate limiting unicode issue ([#39375](https://github.com/laravel/framework/pull/39375))
14+
- Fixed bug with closure formatting in `Illuminate/Testing/Fluent/Concerns/Matching::whereContains()` ([37217d5](https://github.com/laravel/framework/commit/37217d56ca38c407395bb98ef2532cafd86efa30))
15+
16+
### Refactoring
17+
- Change whereStartsWith, DocBlock to reflect that array is supported ([#39370](https://github.com/laravel/framework/pull/39370))
418

519

620
## [v8.68.0 (2021-10-26)](https://github.com/laravel/framework/compare/v8.67.0...v8.68.0)

0 commit comments

Comments
 (0)