Skip to content

Commit

Permalink
[6.x] update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlindaruk committed Dec 24, 2019
1 parent 61ea9fc commit 8381ef6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased](https://github.com/laravel/framework/compare/v6.9.0...6.x)

### Added
- Added `withoutMix()` and `withMix()` test helpers ([#30900](https://github.com/laravel/framework/pull/30900))
- Added `validateWithBag()` macro to `Request` ([#30896](https://github.com/laravel/framework/pull/30896))

### Changed
- Handled passing too many arguments to `@slot` ([#30893](https://github.com/laravel/framework/pull/30893), [878f159](https://github.com/laravel/framework/commit/878f15922523e748bfbfdf50f40269f8ffe20d9d))

### Fixed
- Fixed `float` database types in `Blueprint` ([#30891](https://github.com/laravel/framework/pull/30891))


## [v6.9.0 (2019-12-19)](https://github.com/laravel/framework/compare/v6.8.0...v6.9.0)

Expand Down

0 comments on commit 8381ef6

Please sign in to comment.