Skip to content

Commit

Permalink
Added release notes for v5.2.39
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Jun 18, 2016
1 parent c2a7705 commit dc36082
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Release Notes

## v5.2.39 (2016-06-17)

### Added
- Added `without()` method to Eloquent query builder ([#14031](https://github.com/laravel/framework/pull/14031))
- Added `keyType` property Eloquent models to set key type cast ([#13985](https://github.com/laravel/framework/pull/13985))
- Added support for mail transport `StreamOptions` ([#13925](https://github.com/laravel/framework/pull/13925))
- Added `validationData()` method to `FormRequest` ([#13914](https://github.com/laravel/framework/pull/13914))

### Changed
- Only `set names` for MySQL connections if `charset` is set in config ([#13930](https://github.com/laravel/framework/pull/13930))
- Support recursive container alias resolution ([#13976](https://github.com/laravel/framework/pull/13976))
- Use late static binding in `PasswordBroker` ([#13975](https://github.com/laravel/framework/pull/13975))
- Make sure Ajax requests are not Pjax requests in `FormRequest` ([#14024](https://github.com/laravel/framework/pull/14024))
- Set existence state of expired database sessions, instead of deleting them ([53c0440](https://github.com/laravel/framework/commit/53c04406baa5f63bbb41127f40afee0a0facadd1))
- Release Beanstalkd jobs before burying them ([#13963](https://github.com/laravel/framework/pull/13963))

### Fixed
- Use `getIncrementing()` method instead of the `$incrementing` attribute ([#14005](https://github.com/laravel/framework/pull/14005))
- Fixed fatal error when `services.json` is empty ([#14030](https://github.com/laravel/framework/pull/14030))


## v5.2.38 (2016-06-13)

### Changed
Expand Down

0 comments on commit dc36082

Please sign in to comment.