Skip to content

Commit

Permalink
Updated CHANGELOG-5.3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Nov 12, 2016
1 parent 0b1c548 commit 1f2c320
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG-5.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
- Support SparkPost transports options to be set at runtime ([#16254](https://github.com/laravel/framework/pull/16254))
- Support setting `$replyTo` for email notifications ([#16277](https://github.com/laravel/framework/pull/16277))
- Support `url` configuration parameter to generate filesystem disk URL ([#16281](https://github.com/laravel/framework/pull/16281), [dcff158](https://github.com/laravel/framework/commit/dcff158c63093523eadffc34a9ba8c1f8d4e53c0))
- Allow `SerializesModels` to restore models excluded by global scope ([#16301](https://github.com/laravel/framework/pull/16301))
- Allow loading specific columns while eager-loading Eloquent relationships ([#16327](https://github.com/laravel/framework/pull/16327))
- Allow Eloquent `HasOne` relationships to return a "default model" ([#16198](https://github.com/laravel/framework/pull/16198), [9b59f67](https://github.com/laravel/framework/commit/9b59f67daeb63bad11af9b70b4a35c6435240ff7))
- Allow `SlackAttachment` color override ([#16360](https://github.com/laravel/framework/pull/16360))

### Changed
- Dried-up console parser and extract token parsing ([#16197](https://github.com/laravel/framework/pull/16197))
Expand All @@ -17,7 +21,12 @@
- Use `forceReconnection()` method in `Mailer` ([#16298](https://github.com/laravel/framework/pull/16298))
- Double-quote MySQL JSON expressions ([#16308](https://github.com/laravel/framework/pull/16308))
- Moved login attempt code to separate method ([#16317](https://github.com/laravel/framework/pull/16317))
- Escape the regexp delimiter in `Validator::getExplicitKeys()` ([#16309](https://github.com/laravel/framework/pull/16309))
- Escape the RegExp delimiter in `Validator::getExplicitKeys()` ([#16309](https://github.com/laravel/framework/pull/16309))
- Use default Slack colors in `SlackMessage` ([#16345](https://github.com/laravel/framework/pull/16345))
- Support presence channels names containing the words `private-` or `presence-` ([#16353](https://github.com/laravel/framework/pull/16353))
- Fail test, instead of throwing an exception when `seeJson()` fails ([#16350](https://github.com/laravel/framework/pull/16350))
- Call `sendPerformed()` for all mail transports ([#16366](https://github.com/laravel/framework/pull/16366))
- Add `X-SES-Message-ID` header in `SesTransport::send()` ([#16366](https://github.com/laravel/framework/pull/16366))

### Fixed
- Catch errors when handling a failed job ([#16212](https://github.com/laravel/framework/pull/16212))
Expand All @@ -26,6 +35,8 @@
- Support configuration files as symbolic links ([#16080](https://github.com/laravel/framework/pull/16080))
- Fixed wrapping and escaping in SQL Server `dropIfExists()` ([#16279](https://github.com/laravel/framework/pull/16279))
- Throw `ManuallyFailedException` if `InteractsWithQueue::fail()` is called manually ([#16318](https://github.com/laravel/framework/pull/16318), [a20fa97](https://github.com/laravel/framework/commit/a20fa97445be786f9f5f09e2e9b905a00064b2da))
- Catch `Throwable` in timezone validation ([#16344](https://github.com/laravel/framework/pull/16344))
- Fix `Auth::onceUsingId()` by reversing the order of retrieving the id in `SessionGuard` ([#16373](https://github.com/laravel/framework/pull/16373))


## v5.3.22 (2016-11-01)
Expand Down

0 comments on commit 1f2c320

Please sign in to comment.