Skip to content

Commit 42c2a7e

Browse files
committed
Update changelog
1 parent 2a1f376 commit 42c2a7e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Release Notes
22

3+
## [v5.7.28 (2019-02-05)](https://github.com/laravel/laravel/compare/v5.7.19...v5.7.28)
4+
5+
### Added
6+
- Hint for lenient log stacks ([#4918](https://github.com/laravel/laravel/pull/4918))
7+
- Attribute casting for `email_verified_at` on `User` model stub ([#4930](https://github.com/laravel/laravel/pull/4930))
8+
9+
### Changed
10+
- Remove unused Bootstrap class ([#4917](https://github.com/laravel/laravel/pull/4917))
11+
- Change order of boot and register methods in service providers ([#4921](https://github.com/laravel/laravel/pull/4921))
12+
- `web.config` comment to help debug issues ([#4924](https://github.com/laravel/laravel/pull/4924))
13+
- Use `Str::random()` instead of `str_random()` ([#4926](https://github.com/laravel/laravel/pull/4926))
14+
- Remove unnecessary link type on "welcome" view ([#4935](https://github.com/laravel/laravel/pull/4935))
15+
16+
317
## [v5.7.19 (2018-12-15)](https://github.com/laravel/laravel/compare/v5.7.15...v5.7.19)
418

519
### Added

0 commit comments

Comments
 (0)