File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-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.53.0...8.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v8.53.1...8.x )
4
+
5
+
6
+ ## [ v8.53.1 (2021-08-05)] ( https://github.com/laravel/framework/compare/v8.53.0...v8.53.1 )
7
+
8
+ ### Added
9
+ - Added placeholders replace for accepted_if validation message ([ #38240 ] ( https://github.com/laravel/framework/pull/38240 ) )
10
+
11
+ ### Fixed
12
+ - Use type hints in cast.stub to match interface ([ #38234 ] ( https://github.com/laravel/framework/pull/38234 ) )
13
+ - Some PHP 8.1 fixes ([ #38245 ] ( https://github.com/laravel/framework/pull/38245 ) )
14
+ - Fixed aliasing with cursor pagination ([ #38251 ] ( https://github.com/laravel/framework/pull/38251 ) )
15
+ - Fixed signed routes ([ #38249 ] ( https://github.com/laravel/framework/pull/38249 ) )
4
16
5
17
6
18
## [ v8.53.0 (2021-08-03)] ( https://github.com/laravel/framework/compare/v8.52.0...v8.53.0 )
You can’t perform that action at this time.
0 commit comments