Skip to content

Commit

Permalink
Updated v5.4 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Mar 9, 2017
1 parent e7dedb5 commit 25262de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG-5.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,22 @@
- Allow scheduling of queued jobs ([#18235](https://github.com/laravel/framework/pull/18235), [7bb67e2](https://github.com/laravel/framework/commit/7bb67e225646fb578c039cc0af130f7aa6858120))
- Allow skipping mail sending if a listener to `MessageSending` returns `false` ([#18245](https://github.com/laravel/framework/pull/18245))
- Added `BcryptHasher::cost()` method ([#18266](https://github.com/laravel/framework/pull/18266))
- Added `Command::alert()` method ([#18272](https://github.com/laravel/framework/pull/18272))
- Added `tap()` method to query builder ([#18284](https://github.com/laravel/framework/pull/18284))

### Changed
- Throw exception when `bootstrap/cache` directory is not writable ([#18188](https://github.com/laravel/framework/pull/18188), [b4f0005](https://github.com/laravel/framework/commit/b4f000516166b0694e842d64f5b2fde1167d4690))
- Use `resource_path()` helper in `MakeAuthCommand` ([#18215](https://github.com/laravel/framework/pull/18215))
- Added `file_exists()` check to `Event::emailOutput()` ([c8eafa8](https://github.com/laravel/framework/commit/c8eafa8e6741dc5add4c5030aa7362744dcdab29))
- Allow wildcards in MIME type validations ([#18243](https://github.com/laravel/framework/pull/18243))
- Only push existing jobs back into the queue using `queue:retry` ([#18279](https://github.com/laravel/framework/pull/18279), [e874a56](https://github.com/laravel/framework/commit/e874a56e5b75663861aab13ff8e13b82050de54e))
- Support file uploads in nested array ([#18276](https://github.com/laravel/framework/pull/18276))
- Don't use `config()` helper in Mail component ([#18290](https://github.com/laravel/framework/pull/18290))
- Return the insert ID from `DatabaseJob::release()` ([#18288](https://github.com/laravel/framework/pull/18288), [#18291](https://github.com/laravel/framework/pull/18291))

### Fixed
- Fixed an issue with slots when passed content equals `null` ([#18246](https://github.com/laravel/framework/pull/18246))
- Do require `Closure` in `orWhereHas()` ([#18277](https://github.com/laravel/framework/pull/18277))


## v5.4.15 (2017-03-02)
Expand Down

0 comments on commit 25262de

Please sign in to comment.