Skip to content

Commit 228bc47

Browse files
authored
Merge pull request #4186 from tillkruss/patch-1
Added changelog
2 parents 6432488 + 667836b commit 228bc47

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*.css linguist-vendored
33
*.scss linguist-vendored
44
*.js linguist-vendored
5+
CHANGELOG.md export-ignore

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
- Use `resource_path()` in `config/view.php` ([#4165](https://github.com/laravel/laravel/pull/4165))
12+
- Use `cross-env` binary ([#4167](https://github.com/laravel/laravel/pull/4167))
13+
14+
### Removed
15+
- Remove index from password reset `token` column ([#4180](https://github.com/laravel/laravel/pull/4180))

0 commit comments

Comments
 (0)