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 1, 2016
1 parent f2c1253 commit 5a9c646
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG-5.3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Release Notes for 5.3.x

## [Unreleased]

### Added
- Added support for carbon-copy in mail notifications ([#16152](https://github.com/laravel/framework/pull/16152))
- Added `-r` shortcut to `make:controller` command ([#16141](https://github.com/laravel/framework/pull/16141))
- Added `HasDatabaseNotifications::readNotifications()` method ([#16164](https://github.com/laravel/framework/pull/16164))
- Added `broadcastOn()` method to allow notifications to be broadcasted to custom channels ([#16170](https://github.com/laravel/framework/pull/16170))

### Changed
- Avoid extraneous database query when last `chunk()` is partial ([#16180](https://github.com/laravel/framework/pull/16180))
- Return unique middleware stack from `Route::gatherMiddleware()` ([#16185](https://github.com/laravel/framework/pull/16185))

### Fixed
- Bind `double` as `PDO::PARAM_INT` on MySQL connections ([#16069](https://github.com/laravel/framework/pull/16069))


## v5.3.21 (2016-10-26)

### Added
Expand Down

0 comments on commit 5a9c646

Please sign in to comment.