From a2151d6682f92c8515fa898975a1c806961b9068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kr=C3=BCss?= Date: Sat, 25 Mar 2017 09:33:49 -0700 Subject: [PATCH 1/3] Added changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000000..ea2ed376e10 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Release Notes + +## v5.4.16 (2017-03-17) + +### Added +- Added `unix_socket` to `mysql` in `config/database.php` ()[#4179](https://github.com/laravel/laravel/pull/4179)) +- Added Pusher example code to `bootstrap.js` ([31c2623](https://github.com/laravel/laravel/commit/31c262301899b6cd1a4ce2631ad0e313b444b131)) + +### Changed +- Use `smtp.mailtrap.io` as default `MAIL_HOST` ([#4182](https://github.com/laravel/laravel/pull/4182)) +- Upgrade Laravel Mix to `0.8.3` ([#4174](https://github.com/laravel/laravel/pull/4174)) +- Use `resource_path()` in `config/view.php` ([#4165](https://github.com/laravel/laravel/pull/4165)) +- Use `cross-env` binary ([#4167](https://github.com/laravel/laravel/pull/4167)) + +### Removed +- Remove index from password reset `token` column ([#4180](https://github.com/laravel/laravel/pull/4180)) From 78117c0285e8447d38926f39dd2c4176621d43af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kr=C3=BCss?= Date: Sat, 25 Mar 2017 10:52:13 -0700 Subject: [PATCH 2/3] Removed line --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea2ed376e10..86c095e5884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ ### Changed - Use `smtp.mailtrap.io` as default `MAIL_HOST` ([#4182](https://github.com/laravel/laravel/pull/4182)) -- Upgrade Laravel Mix to `0.8.3` ([#4174](https://github.com/laravel/laravel/pull/4174)) - Use `resource_path()` in `config/view.php` ([#4165](https://github.com/laravel/laravel/pull/4165)) - Use `cross-env` binary ([#4167](https://github.com/laravel/laravel/pull/4167)) From 667836b1596a961092aea1d8da7bb478086b54a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kr=C3=BCss?= Date: Sat, 25 Mar 2017 12:02:22 -0700 Subject: [PATCH 3/3] Ignore changelog in export --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 2195b20d0de..967315dd3d1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ *.css linguist-vendored *.scss linguist-vendored *.js linguist-vendored +CHANGELOG.md export-ignore