Skip to content

Commit a2151d6

Browse files
authored
Added changelog
1 parent dd8fd39 commit a2151d6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Release Notes
2+
3+
## v5.4.16 (2017-03-17)
4+
5+
### Added
6+
- Added `unix_socket` to `mysql` in `config/database.php` ()[#4179](https://github.com/laravel/laravel/pull/4179))
7+
- Added Pusher example code to `bootstrap.js` ([31c2623](https://github.com/laravel/laravel/commit/31c262301899b6cd1a4ce2631ad0e313b444b131))
8+
9+
### Changed
10+
- Use `smtp.mailtrap.io` as default `MAIL_HOST` ([#4182](https://github.com/laravel/laravel/pull/4182))
11+
- Upgrade Laravel Mix to `0.8.3` ([#4174](https://github.com/laravel/laravel/pull/4174))
12+
- Use `resource_path()` in `config/view.php` ([#4165](https://github.com/laravel/laravel/pull/4165))
13+
- Use `cross-env` binary ([#4167](https://github.com/laravel/laravel/pull/4167))
14+
15+
### Removed
16+
- Remove index from password reset `token` column ([#4180](https://github.com/laravel/laravel/pull/4180))

0 commit comments

Comments
 (0)