Skip to content

Commit 7e44372

Browse files
committed
[8.x] update changelog
1 parent da356c9 commit 7e44372

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG-8.x.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v8.53.1...8.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v8.54.0...8.x)
4+
5+
6+
## [v8.54.0 (2021-08-10)](https://github.com/laravel/framework/compare/v8.53.1...v8.54.0)
7+
8+
### Added
9+
- Added support for GCM encryption ([#38190](https://github.com/laravel/framework/pull/38190), [827bc1d](https://github.com/laravel/framework/commit/827bc1de8b400fd7cc3edd3391124dc9003f1ddc))
10+
- Added exception as parameter to the missing() callbacks in `Illuminate/Routing/Middleware/SubstituteBindings.php` ([#38289](https://github.com/laravel/framework/pull/38289))
11+
- Implement TrustProxies middleware ([#38295](https://github.com/laravel/framework/pull/38295))
12+
- Added bitwise not operator to `Illuminate/Database/Query/Builder.php` ([#38316](https://github.com/laravel/framework/pull/38316))
13+
- Adds attempt method to RateLimiter ([#38313](https://github.com/laravel/framework/pull/38313))
14+
- Added withoutTrashed on Exists rule ([#38314](https://github.com/laravel/framework/pull/38314))
15+
16+
### Changed
17+
- Wraps column name inside subQuery of hasOneOfMany-relationship ([#38263](https://github.com/laravel/framework/pull/38263))
18+
- Change Visibility of the Markdown property in Mailable ([#38320](https://github.com/laravel/framework/pull/38320))
19+
- Swap multiple logical OR for in_array when checking date casting ([#38307](https://github.com/laravel/framework/pull/38307))
20+
21+
### Fixed
22+
- Fixed out of bounds shift and pop behavior in Collection ([bd89575](https://github.com/laravel/framework/commit/bd89575218afd14cbc12fde4be56607e40aeded9))
23+
- Fixed schedule timezone when using CarbonImmutable ([#38297](https://github.com/laravel/framework/pull/38297))
24+
- Fixed isDateCastable for the new immutable_date and immutable_datetime casts ([#38294](https://github.com/laravel/framework/pull/38294))
25+
- Fixed Factory hasMany method ([#38319](https://github.com/laravel/framework/pull/38319))
426

527

628
## [v8.53.1 (2021-08-05)](https://github.com/laravel/framework/compare/v8.53.0...v8.53.1)

0 commit comments

Comments
 (0)