Skip to content

Commit 0db5e58

Browse files
committed
[9.x] Added changelog
1 parent 2715ccd commit 0db5e58

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v9.21.6...9.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v9.22.0...9.x)
4+
5+
6+
## [v9.22.0](https://github.com/laravel/framework/compare/v9.21.6...v9.22.0) - 2022-07-26
7+
8+
### Added
9+
- Added ability to attach an array of files in MailMessage ([#43080](https://github.com/laravel/framework/pull/43080))
10+
- Added conditional lines to MailMessage ([#43387](https://github.com/laravel/framework/pull/43387))
11+
- Add support for multiple hash algorithms to `Illuminate/Filesystem/Filesystem::hash()` ([#43407](https://github.com/laravel/framework/pull/43407))
12+
13+
### Fixed
14+
- Fixes for model:show when attribute default is an enum ([#43370](https://github.com/laravel/framework/pull/43370))
15+
- Fixed DynamoDB locks with 0 seconds duration ([#43365](https://github.com/laravel/framework/pull/43365))
16+
- Fixed overriding global locale ([#43426](https://github.com/laravel/framework/pull/43426))
17+
18+
### Changed
19+
- Round milliseconds in console output runtime ([#43400](https://github.com/laravel/framework/pull/43400))
20+
- Improves serve Artisan command ([#43375](https://github.com/laravel/framework/pull/43375))
421

522

623
## [v9.21.6](https://github.com/laravel/framework/compare/v9.21.5...v9.21.6) - 2022-07-22

0 commit comments

Comments
 (0)