Skip to content

Commit

Permalink
update v5.6 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Feb 21, 2018
1 parent dd7423f commit e0571ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG-5.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@
### Added
- Added the ability to set message ID right hand side ([#23181](https://github.com/laravel/framework/pull/23181))
- Support callbacks as custom log drivers ([#23184](https://github.com/laravel/framework/pull/23184))
- Added `Blade::include()` method for include aliases ([#23172](https://github.com/laravel/framework/pull/23172))

### Changed
- Moved clone logic from `FormRequestServiceProvider` to `Request` ([b0c2459](https://github.com/laravel/framework/commit/b0c2459d7e55519d1c61927ab526e489a3a52eaf))
- Changed pagination arrow symbols ([#23127](https://github.com/laravel/framework/pull/23127))
- Update React version in preset ([#23134](https://github.com/laravel/framework/pull/23134))
- Added an empty error bag when rendering HTTP exception views ([#23139](https://github.com/laravel/framework/pull/23139))
- Normalized actions when using `route:list` command ([#23148](https://github.com/laravel/framework/pull/23148))
- Updated required Carbon version ([201bbec](https://github.com/laravel/framework/commit/201bbec1e2eec0ecc1dfeece05fbc4196058028a))
- Improved `BadMethodCallException` messages ([#23232](https://github.com/laravel/framework/pull/23232))
- Support date validation rules when comparison has relative time ([#23211](https://github.com/laravel/framework/pull/23211))

### Fixed
- Returns same `Logger` instance from `LogManager` ([#23118](https://github.com/laravel/framework/pull/23118))
Expand All @@ -20,6 +24,8 @@
- Don't replace `tightenco/collect` ([#23147](https://github.com/laravel/framework/pull/23147), [#23153](https://github.com/laravel/framework/pull/23153), [#23160](https://github.com/laravel/framework/pull/23160))
- Catch `InvalidFileException` when loading invalid environment file ([#23149](https://github.com/laravel/framework/pull/23149), [5695079](https://github.com/laravel/framework/commit/569507941594075c36893445dd22374efbe48305))
- Fixed an issue with `assertRedirect()` ([#23176](https://github.com/laravel/framework/pull/23176))
- Fixed dropdown accessibility ([#23191](https://github.com/laravel/framework/pull/23191))
- Fixed `--force` flag on `GeneratorCommand` ([#23230](https://github.com/laravel/framework/pull/23230))

### Removed
- Removed Bootstrap 3 leftovers ([#23129](https://github.com/laravel/framework/pull/23129), [#23173](https://github.com/laravel/framework/pull/23173))
Expand Down

0 comments on commit e0571ca

Please sign in to comment.