Skip to content

Commit 9f986ce

Browse files
committed
[8.x] update changelog
1 parent acb1177 commit 9f986ce

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG-8.x.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v8.32.1...8.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v8.33.0...8.x)
4+
5+
6+
## [v8.33.0 (2021-03-16)](https://github.com/laravel/framework/compare/v8.32.1...v8.33.0)
7+
8+
### Added
9+
- Added broken pipe exception as lost connection error ([#36601](https://github.com/laravel/framework/pull/36601))
10+
- Added missing option to resource ([#36562](https://github.com/laravel/framework/pull/36562))
11+
- Introduce StringEncrypter interface ([#36578](https://github.com/laravel/framework/pull/36578))
12+
13+
### Fixed
14+
- Fixed returns with Mail & Notification components ([#36559](https://github.com/laravel/framework/pull/36559))
15+
- Stack driver fix: respect the defined processors in LogManager ([#36591](https://github.com/laravel/framework/pull/36591))
16+
- Require the correct password to rehash it when logging out other devices ([#36608](https://github.com/laravel/framework/pull/36608), [1e61612](https://github.com/laravel/framework/commit/1e6161250074b8106c1fcf153eeaef7c0bf74c6c))
17+
18+
### Changed
19+
- Allow nullable columns for `AsArrayObject/AsCollection` casts ([#36526](https://github.com/laravel/framework/pull/36526))
20+
- Accept callable class for reportable and renderable in exception handler ([#36551](https://github.com/laravel/framework/pull/36551))
21+
- Container - detect circular dependencies ([dd7274d](https://github.com/laravel/framework/commit/dd7274d23a9ee58cc1abdf7107403169a3994b68), [a712f72](https://github.com/laravel/framework/commit/a712f72ca88f709335576530b31635738abd4c89), [6f9bb4c](https://github.com/laravel/framework/commit/6f9bb4cdd84295cbcf7908cc4b4684f47f38b8cf))
22+
- Initialize CronExpression class using new keyword ([#36600](https://github.com/laravel/framework/pull/36600))
23+
- Use different config key for overriding temporary url host in AwsTemporaryUrl method ([#36612](https://github.com/laravel/framework/pull/36612))
424

525

626
## [v8.32.1 (2021-03-09)](https://github.com/laravel/framework/compare/v8.32.0...v8.32.1)

0 commit comments

Comments
 (0)