Skip to content

Commit

Permalink
Added release notes for v5.3.9 (laravel#15486)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlakoff authored and taylorotwell committed Sep 18, 2016
1 parent 6b551f8 commit cc50d0f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG-5.3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release Notes for 5.3.x

## v5.3.9 (2016-09-12)

### Changed
- Optimized performance of `Str::startsWith()` and `Str::endsWith()` ([#15380](https://github.com/laravel/framework/pull/15380), [#15397](https://github.com/laravel/framework/pull/15397))

### Fixed
- Fixed queue job without `--tries` option ([#15370](https://github.com/laravel/framework/pull/15370), [#15390](https://github.com/laravel/framework/pull/15390))


## v5.3.8 (2016-09-09)

### Added
Expand Down

0 comments on commit cc50d0f

Please sign in to comment.