Skip to content

Commit

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

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

### Changed
- Convert multiple `Model::fresh()` arguments to array before passing to `with()` ([#13950](https://github.com/laravel/framework/pull/13950))
- Iterate only through files that contain a namespace in `app:name` command. ([#13961](https://github.com/laravel/framework/pull/13961))

### Fixed
- Close swift mailer connection after sending mail ([#13583](https://github.com/laravel/framework/pull/13583))
- Prevent possible key overlap in `Str::snake` cache ([#13943](https://github.com/laravel/framework/pull/13943))
- Fixed issue when eager loading chained `MorphTo` relationships ([#13967](https://github.com/laravel/framework/pull/13967))
- Delete database session record if it's expired ([09b09eb](https://github.com/laravel/framework/commit/09b09ebad480940f2b49f96bbfbea0647783025e))


## v5.2.37 (2016-06-10)

### Added
Expand Down

0 comments on commit 2178d83

Please sign in to comment.