Skip to content

Commit 18a790b

Browse files
committed
[8.x] update changelog
1 parent 18e8885 commit 18a790b

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

CHANGELOG-8.x.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v8.52.0...8.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v8.53.0...8.x)
4+
5+
6+
## [v8.53.0 (2021-08-03)](https://github.com/laravel/framework/compare/v8.52.0...v8.53.0)
7+
8+
### Added
9+
- Added cache_locks table to cache stub ([#38152](https://github.com/laravel/framework/pull/38152))
10+
- Added queue:monitor command ([#38168](https://github.com/laravel/framework/pull/38168))
11+
- Added twiceDailyAt schedule frequency ([#38174](https://github.com/laravel/framework/pull/38174))
12+
- Added immutable date and datetime casting ([#38199](https://github.com/laravel/framework/pull/38199))
13+
- Allow the php web server to run multiple workers ([#38208](https://github.com/laravel/framework/pull/38208))
14+
- Added accepted_if validation rule ([#38210](https://github.com/laravel/framework/pull/38210))
15+
16+
### Fixed
17+
- Fixed signed routes with expires parameter ([#38111](https://github.com/laravel/framework/pull/38111), [732c0e0](https://github.com/laravel/framework/commit/732c0e0f64b222e7fc7daef6553f8e99007bb32c))
18+
- Remove call to deleted method in `Illuminate/Testing/TestResponse::statusMessageWithException()` ([cde3662](https://github.com/laravel/framework/commit/cde36626376e014390713ab03a01eb4dfe6488ce))
19+
- Fixed previous column for cursor pagination ([#38203](https://github.com/laravel/framework/pull/38203))
20+
21+
### Changed
22+
- Prevent assertStatus() invalid JSON exception for valid JSON response content ([#38192](https://github.com/laravel/framework/pull/38192))
23+
- Bump AWS SDK to `^3.186.4` ([#38216](https://github.com/laravel/framework/pull/38216))
24+
- Implement `ReturnTypeWillChange` for some place ([#38221](https://github.com/laravel/framework/pull/38221), [#38212](https://github.com/laravel/framework/pull/38212), [#38226](https://github.com/laravel/framework/pull/38226))
25+
- Use actual countable interface on MessageBag ([#38227](https://github.com/laravel/framework/pull/38227))
26+
27+
### Refactoring
28+
- Remove hardcoded Carbon reference from scheduler event ([#38063](https://github.com/laravel/framework/pull/38063))
429

530

631
## [v8.52.0 (2021-07-27)](https://github.com/laravel/framework/compare/v8.51.0...v8.52.0)

0 commit comments

Comments
 (0)